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.30@22727 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 2, 2025
1 parent 7579f26 commit 3a8b63a
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 22
/*! \brief libopenmpt pre-release tag */
#define OPENMPT_API_VERSION_PREREL "-pre.0"
#define OPENMPT_API_VERSION_PREREL "-pre.1"
/*! \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=6
LIBOPENMPT_VERSION_PATCH=22
LIBOPENMPT_VERSION_PREREL=-pre.0
LIBOPENMPT_VERSION_PREREL=-pre.1

LIBOPENMPT_LTVER_CURRENT=3
LIBOPENMPT_LTVER_REVISION=22
Expand Down

0 comments on commit 3a8b63a

Please sign in to comment.