Skip to content

Commit d158f79

Browse files
committed
Bump to version 1.2
1 parent da33a8f commit d158f79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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(memtailor VERSION 1.1 LANGUAGES CXX)
6+
project(memtailor VERSION 1.2 LANGUAGES CXX)
77

88
find_package(Threads 2.1 REQUIRED QUIET)
99

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([memtailor], [1.1]) # package, version, bug-report-email
3+
AC_INIT([memtailor], [1.2]) # 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
@@ -62,7 +62,7 @@ LT_INIT([disable-shared])
6262
dnl Set the version for the library -- this concerns compatibility of the
6363
dnl source and binary interface of the library and is not the same as the
6464
dnl version of the project.
65-
AC_SUBST([MEMTAILOR_SO_VERSION], [0:0:0])
65+
AC_SUBST([MEMTAILOR_SO_VERSION], [0:2:0])
6666

6767
dnl ----- The gtest dependency
6868

src/memtailor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
extern "C" {
77
void libmemtailorIsPresent(void) {}
8-
char MEMTAILOR_VERSION_STRING[] = "1.1";
8+
char MEMTAILOR_VERSION_STRING[] = "1.2";
99
}

0 commit comments

Comments
 (0)