We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ce2aa commit 77daf50Copy full SHA for 77daf50
2 files changed
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
2
3
project(libmodplug)
4
5
-set(VERSION "0.8.9.1")
+set(VERSION "0.8.10.0")
6
7
option(BUILD_SHARED_LIBS "Build Shared Library (DLL)" OFF)
8
configure.ac
@@ -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.1])
+AC_INIT([libmodplug],[0.8.10.0])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE
0 commit comments