We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d770627 commit 0434fdeCopy full SHA for 0434fde
CMakeLists.txt
@@ -132,7 +132,7 @@ install(FILES
132
include/libmodplug
133
)
134
135
-set(VERSION "0.8.8.5")
+set(VERSION "0.8.10.0")
136
137
if(HAVE_SETENV)
138
add_definitions(-DHAVE_SETENV)
configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2
3
AC_PREREQ([2.71])
4
5
-AC_INIT([libmodplug],[0.8.9.1])
+AC_INIT([libmodplug], [0.8.10.0])
6
AC_CONFIG_SRCDIR([Makefile.am])
7
8
AM_INIT_AUTOMAKE
0 commit comments