Skip to content

Commit

Permalink
increase version to 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maikmerten committed Apr 14, 2024
1 parent 8352546 commit 46437be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hmp3/src/test/tomp3.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: 2024-04-11, Case
* Source last modified: 2024-04-14, Maik Merten
*
* Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved.
*
Expand Down Expand Up @@ -35,7 +35,7 @@
*
* ***** END LICENSE BLOCK ***** */

const char versionstring[24] = "5.2.2, 2024-04-03";
const char versionstring[24] = "5.2.3, 2024-04-14";

#include <stdlib.h>
#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions hmp3/src/xhead.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: 2024-04-10, Case
* Source last modified: 2024-04-14, Maik Merten
*
* Portions Copyright (c) 1995-2005 RealNetworks, Inc. All Rights Reserved.
*
Expand Down Expand Up @@ -46,7 +46,7 @@

static const char tag_vbr[] = { "Xing" };
static const char tag_cbr[] = { "Info" };
static const char tag_shortversion[] = { "LAMEH5.22" };
static const char tag_shortversion[] = { "LAMEH5.23" };


// 4 Xing
Expand Down

0 comments on commit 46437be

Please sign in to comment.