Skip to content

Commit

Permalink
[Mod] libopenmpt: Bump prerel 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@22765 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 3, 2025
1 parent 4f4cdf5 commit 68fe88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libopenmpt/libopenmpt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/*! \brief libopenmpt patch version number */
#define OPENMPT_API_VERSION_PATCH 13
/*! \brief libopenmpt pre-release tag */
#define OPENMPT_API_VERSION_PREREL "-pre.1"
#define OPENMPT_API_VERSION_PREREL "-pre.2"
/*! \brief libopenmpt pre-release flag */
#define OPENMPT_API_VERSION_IS_PREREL 1

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=7
LIBOPENMPT_VERSION_PATCH=13
LIBOPENMPT_VERSION_PREREL=-pre.1
LIBOPENMPT_VERSION_PREREL=-pre.2

LIBOPENMPT_LTVER_CURRENT=4
LIBOPENMPT_LTVER_REVISION=13
Expand Down

0 comments on commit 68fe88e

Please sign in to comment.