Skip to content

Commit

Permalink
[release] New version number: 3.2 (#151)
Browse files Browse the repository at this point in the history
This patch changes the version number from 3.1 to 3.2
  • Loading branch information
shibatch authored and Francesco Petrogalli committed Feb 21, 2018
1 parent 82e44e9 commit d71955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.4.3)
enable_testing()

set(SLEEF_VERSION_MAJOR 3)
set(SLEEF_VERSION_MINOR 1)
set(SLEEF_VERSION_MINOR 2)
set(SLEEF_SOVERSION ${SLEEF_VERSION_MAJOR})

project(SLEEF
Expand Down

0 comments on commit d71955b

Please sign in to comment.