Skip to content

Commit

Permalink
[Mod] libopenmpt: Bump patch version.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.28@21680 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 22, 2024
1 parent 80d5258 commit 8e5c9d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions libopenmpt/dox/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog {#changelog}
For fully detailed change log, please see the source repository directly. This
is just a high-level summary.

### libopenmpt 0.4.46-pre

### libopenmpt 0.4.45 (2024-09-22)

* Fixed inconsistency in length calculation and actual playback length with
Expand Down
6 changes: 3 additions & 3 deletions libopenmpt/libopenmpt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
/*! \brief libopenmpt minor version number */
#define OPENMPT_API_VERSION_MINOR 4
/*! \brief libopenmpt patch version number */
#define OPENMPT_API_VERSION_PATCH 45
#define OPENMPT_API_VERSION_PATCH 46
/*! \brief libopenmpt pre-release tag */
#define OPENMPT_API_VERSION_PREREL ""
#define OPENMPT_API_VERSION_PREREL "-pre.0"
/*! \brief libopenmpt pre-release flag */
#define OPENMPT_API_VERSION_IS_PREREL 0
#define OPENMPT_API_VERSION_IS_PREREL 1

/*! \brief libopenmpt version number as a single integer value
* \since 0.3
Expand Down
6 changes: 3 additions & 3 deletions libopenmpt/libopenmpt_version.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LIBOPENMPT_VERSION_MAJOR=0
LIBOPENMPT_VERSION_MINOR=4
LIBOPENMPT_VERSION_PATCH=45
LIBOPENMPT_VERSION_PREREL=
LIBOPENMPT_VERSION_PATCH=46
LIBOPENMPT_VERSION_PREREL=-pre.0

LIBOPENMPT_LTVER_CURRENT=1
LIBOPENMPT_LTVER_REVISION=45
LIBOPENMPT_LTVER_REVISION=46
LIBOPENMPT_LTVER_AGE=1

0 comments on commit 8e5c9d0

Please sign in to comment.