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.31@22407 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Dec 1, 2024
1 parent f92f991 commit 55f3e1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions doc/libopenmpt/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.7.13-pre

### libopenmpt 0.7.12 (2024-12-01)

* [**Bug**] Fixed various undefined behaviour found with ubsan.
Expand Down
6 changes: 3 additions & 3 deletions libopenmpt/libopenmpt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
/*! \brief libopenmpt minor version number */
#define OPENMPT_API_VERSION_MINOR 7
/*! \brief libopenmpt patch version number */
#define OPENMPT_API_VERSION_PATCH 12
#define OPENMPT_API_VERSION_PATCH 13
/*! \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=7
LIBOPENMPT_VERSION_PATCH=12
LIBOPENMPT_VERSION_PREREL=
LIBOPENMPT_VERSION_PATCH=13
LIBOPENMPT_VERSION_PREREL=-pre.0

LIBOPENMPT_LTVER_CURRENT=4
LIBOPENMPT_LTVER_REVISION=12
LIBOPENMPT_LTVER_REVISION=13
LIBOPENMPT_LTVER_AGE=4

0 comments on commit 55f3e1f

Please sign in to comment.