Skip to content

Commit aef9415

Browse files
committed
configure.ac, CMakeLists.txt: update version after new api additions.
1 parent 8c30e9a commit aef9415

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
@@ -132,7 +132,7 @@ install(FILES
132132
include/libmodplug
133133
)
134134

135-
set(VERSION "0.8.8.5")
135+
set(VERSION "0.8.10.0")
136136

137137
if(HAVE_SETENV)
138138
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.63)
44

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

88
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)