Skip to content

Commit

Permalink
Bumped the version in build script too.
Browse files Browse the repository at this point in the history
Reported by: Paresh More
  • Loading branch information
asheshv committed Oct 31, 2017
1 parent 265c20c commit f3efbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ ENDIF(APPLE)
################################################################################
PROJECT(stackbuilder)

SET(VERSION 4.0.0)
SET(VERSION 4.1.0)

# CPack stuff
SET(CPACK_PACKAGE_VERSION_MAJOR 4)
SET(CPACK_PACKAGE_VERSION_MINOR 0)
SET(CPACK_PACKAGE_VERSION_MINOR 1)
SET(CPACK_PACKAGE_VERSION_PATCH 0)
SET(CPACK_PACKAGE_NAME "StackBuilder")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PostgreSQL StackBuilder")
Expand Down

0 comments on commit f3efbdb

Please sign in to comment.