Skip to content

Commit 396afbb

Browse files
committed
Bump version to 1.1
1 parent 528cbbc commit 396afbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12)
33
set(CMAKE_CXX_STANDARD 17)
44
set(CMAKE_CXX_STANDARD_REQUIRED ON)
55

6-
project(mathicgb VERSION 1.0 LANGUAGES CXX)
6+
project(mathicgb VERSION 1.1 LANGUAGES CXX)
77

88
option(enable_mgb "Build mgb" ON)
99
option(with_tbb "use TBB for multithreading" auto)

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: also update version in CMakeLists.txt
22
dnl AC_INIT sets up autoconf and must be first macro.
3-
AC_INIT([mathicgb], [1.0]) # package, version, bug-report-email
3+
AC_INIT([mathicgb], [1.1]) # package, version, bug-report-email
44

55
# set up information about directories
66
AC_CONFIG_MACRO_DIR([build/autotools/m4]) # directory of extra autoconf macroes
@@ -182,7 +182,7 @@ LT_INIT([disable-shared])
182182
dnl Set the version for the library -- this concerns compatibility of the
183183
dnl source and binary interface of the library and is not the same as the
184184
dnl version of the project.
185-
AC_SUBST([MATHICGB_SO_VERSION], [0:0:0])
185+
AC_SUBST([MATHICGB_SO_VERSION], [0:1:0])
186186

187187
dnl Set up AC_OUTPUT to create each file by copying an input file
188188
dnl while substituting the output variable values.

0 commit comments

Comments
 (0)