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 Jan 29, 2022
1 parent 76ce2aa commit 77daf50
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(libmodplug)

set(VERSION "0.8.9.1")
set(VERSION "0.8.10.0")

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

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.1])
AC_INIT([libmodplug],[0.8.10.0])
AC_CONFIG_SRCDIR([Makefile.am])

AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 77daf50

Please sign in to comment.