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 27022b7 commit 0cab3f0Copy full SHA for 0cab3f0
CMakeLists.txt
@@ -135,7 +135,7 @@ install(FILES
135
${CMAKE_INSTALL_INCLUDEDIR}/libmodplug
136
)
137
138
-set(VERSION "0.8.9.1")
+set(VERSION "0.8.10.0")
139
140
if(HAVE_SETENV)
141
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