From 77daf500227230ec1056bba5fd724675567b8bd0 Mon Sep 17 00:00:00 2001 From: sezero Date: Sat, 29 Jan 2022 18:55:50 +0300 Subject: [PATCH] configure.ac, CMakeLists.txt: update version after new api additions. --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62d531f5..de98fbe6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/configure.ac b/configure.ac index c51a591f..57bd9fe4 100644 --- a/configure.ac +++ b/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