Skip to content

Commit 0cab3f0

Browse files
committed
configure.ac, CMakeLists.txt: update version after new api additions.
1 parent 27022b7 commit 0cab3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ install(FILES
135135
${CMAKE_INSTALL_INCLUDEDIR}/libmodplug
136136
)
137137

138-
set(VERSION "0.8.9.1")
138+
set(VERSION "0.8.10.0")
139139

140140
if(HAVE_SETENV)
141141
add_definitions(-DHAVE_SETENV)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ([2.71])
44

5-
AC_INIT([libmodplug],[0.8.9.1])
5+
AC_INIT([libmodplug],[0.8.10.0])
66
AC_CONFIG_SRCDIR([Makefile.am])
77

88
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)