Skip to content

Commit

Permalink
Upgrade version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rparkins999 committed Jan 8, 2017
1 parent 38cddc4 commit 0ce2f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sqliteman/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
#PROJECT SETUP
PROJECT(sqliteman)
SET (VERSION_MAJOR "1")
SET (VERSION_MINOR "4")
SET (VERSION_MINOR "5")
SET (VERSION_PATCH "0")
SET (VERSION_SUFFIX "svn")
SET (VERSION_SUFFIX "")
SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})

SET (EXE_NAME "sqliteman")
Expand Down

0 comments on commit 0ce2f87

Please sign in to comment.