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.30@20393 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Mar 17, 2024
1 parent 01784df commit bf3aa91
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.6.15-pre

### libopenmpt 0.6.14 (2024-03-17)

* [**Sec**] Null-pointer write (32bit platforms) or excessive memory
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 6
/*! \brief libopenmpt patch version number */
#define OPENMPT_API_VERSION_PATCH 14
#define OPENMPT_API_VERSION_PATCH 15
/*! \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=6
LIBOPENMPT_VERSION_PATCH=14
LIBOPENMPT_VERSION_PREREL=
LIBOPENMPT_VERSION_PATCH=15
LIBOPENMPT_VERSION_PREREL=-pre.0

LIBOPENMPT_LTVER_CURRENT=3
LIBOPENMPT_LTVER_REVISION=14
LIBOPENMPT_LTVER_REVISION=15
LIBOPENMPT_LTVER_AGE=3

0 comments on commit bf3aa91

Please sign in to comment.