Skip to content

Commit

Permalink
bump version to 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maikmerten committed May 31, 2024
1 parent 9850021 commit 7f7dfc7
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-05-25, Maik Merten
* Source last modified: 2024-05-31, 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.3, 2024-04-26";
const char versionstring[24] = "5.2.4, 2024-05-31";

#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-26, Case
* Source last modified: 2024-05-31, 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.23" };
static const char tag_shortversion[] = { "LAMEH5.24" };


// 4 Xing
Expand Down

0 comments on commit 7f7dfc7

Please sign in to comment.