Skip to content

Commit

Permalink
configure.ac, CMakeLists.txt: update version after new api additions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jul 31, 2020
1 parent 8c30e9a commit aef9415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ install(FILES
include/libmodplug
)

set(VERSION "0.8.8.5")
set(VERSION "0.8.10.0")

if(HAVE_SETENV)
add_definitions(-DHAVE_SETENV)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.63)

AC_INIT([libmodplug], [0.8.9.0])
AC_INIT([libmodplug], [0.8.10.0])
AC_CONFIG_SRCDIR([Makefile.am])

AM_INIT_AUTOMAKE
Expand Down

0 comments on commit aef9415

Please sign in to comment.