Skip to content

Commit 7f68553

Browse files
committed
Bump to version 1.1
1 parent 27185b3 commit 7f68553

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 14)
44
set(CMAKE_CXX_STANDARD_REQUIRED ON)
55

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

88
option(enable_pqsim "Build pqsim" OFF)
99
option(enable_divsim "Build divsim" OFF)

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([mathic], [1.0]) # package, version, bug-report-email
3+
AC_INIT([mathic], [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
@@ -98,7 +98,7 @@ LT_INIT([disable-shared])
9898
dnl Set the version for the library -- this concerns compatibility of the
9999
dnl source and binary interface of the library and is not the same as the
100100
dnl version of the project.
101-
AC_SUBST([MATHIC_SO_VERSION], [0:0:0])
101+
AC_SUBST([MATHIC_SO_VERSION], [0:1:0])
102102

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

0 commit comments

Comments
 (0)