Skip to content

Commit

Permalink
fix version number in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Nov 19, 2018
1 parent c735b05 commit 22e5340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ endif()

#######################################
# versions management
set (VERSION 3.1.2)
set (STRVERS "v.3.12")
set (SSTRVERS "3.12")
set (SOVERS 4)
set (VERSION 3.1.4)
set (STRVERS "v.3.14")
set (SSTRVERS "3.14")
set (SOVERS 3)
set (XMLVERSION 3.1)


Expand Down

0 comments on commit 22e5340

Please sign in to comment.