Skip to content

Commit 77daf50

Browse files
committed
configure.ac, CMakeLists.txt: update version after new api additions.
1 parent 76ce2aa commit 77daf50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
22

33
project(libmodplug)
44

5-
set(VERSION "0.8.9.1")
5+
set(VERSION "0.8.10.0")
66

77
option(BUILD_SHARED_LIBS "Build Shared Library (DLL)" OFF)
88

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.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)