Skip to content

Commit

Permalink
[Mod] libopenmpt: Prepare for release.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@20391 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Mar 17, 2024
1 parent f589893 commit 01784df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libopenmpt/dox/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog {#changelog}
For fully detailed change log, please see the source repository directly. This
is just a high-level summary.

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

* [**Sec**] Null-pointer write (32bit platforms) or excessive memory
allocation (64bit platforms) when reading close to 4GiB of data from
Expand Down
4 changes: 2 additions & 2 deletions libopenmpt/libopenmpt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
/*! \brief libopenmpt patch version number */
#define OPENMPT_API_VERSION_PATCH 14
/*! \brief libopenmpt pre-release tag */
#define OPENMPT_API_VERSION_PREREL "-pre.0"
#define OPENMPT_API_VERSION_PREREL ""
/*! \brief libopenmpt pre-release flag */
#define OPENMPT_API_VERSION_IS_PREREL 1
#define OPENMPT_API_VERSION_IS_PREREL 0

/*! \brief libopenmpt version number as a single integer value
* \since 0.3
Expand Down
2 changes: 1 addition & 1 deletion libopenmpt/libopenmpt_version.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LIBOPENMPT_VERSION_MAJOR=0
LIBOPENMPT_VERSION_MINOR=6
LIBOPENMPT_VERSION_PATCH=14
LIBOPENMPT_VERSION_PREREL=-pre.0
LIBOPENMPT_VERSION_PREREL=

LIBOPENMPT_LTVER_CURRENT=3
LIBOPENMPT_LTVER_REVISION=14
Expand Down

0 comments on commit 01784df

Please sign in to comment.