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/trunk/OpenMPT@20374 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Mar 16, 2024
1 parent 69da3be commit f134317
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 0
/*! \brief libopenmpt pre-release tag */
#define OPENMPT_API_VERSION_PREREL "-pre.4"
#define OPENMPT_API_VERSION_PREREL "-pre.5"
/*! \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=8
LIBOPENMPT_VERSION_PATCH=0
LIBOPENMPT_VERSION_PREREL=-pre.4
LIBOPENMPT_VERSION_PREREL=-pre.5

LIBOPENMPT_LTVER_CURRENT=5
LIBOPENMPT_LTVER_REVISION=0
Expand Down

0 comments on commit f134317

Please sign in to comment.