Skip to content

Commit

Permalink
Copyright/version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Apr 17, 2013
1 parent 9923735 commit 3cad9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ ENDIF(APPLE)
################################################################################
PROJECT(stackbuilder)

SET(VERSION 3.1.0)
SET(VERSION 3.1.1)

# CPack stuff
SET(CPACK_PACKAGE_VERSION_MAJOR 3)
SET(CPACK_PACKAGE_VERSION_MINOR 1)
SET(CPACK_PACKAGE_VERSION_PATCH 0)
SET(CPACK_PACKAGE_VERSION_PATCH 1)
SET(CPACK_PACKAGE_NAME "StackBuilder")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PostgreSQL StackBuilder")
SET(CPACK_PACKAGE_VENDOR "EnterpriseDB")
Expand All @@ -68,7 +68,7 @@ SET(MACOSX_BUNDLE_VERSION "${VERSION}")
SET(MACOSX_BUNDLE_SHORT_VERSION_STRING "${VERSION}")
SET(MACOSX_BUNDLE_LONG_VERSION_STRING "${VERSION}")
SET(MACOSX_BUNDLE_BUNDLE_NAME "${PROJECT_NAME}")
SET(MACOSX_BUNDLE_COPYRIGHT "Copyright 2007 - 2011, EnterpriseDB")
SET(MACOSX_BUNDLE_COPYRIGHT "Copyright 2007 - 2013, EnterpriseDB")

################################################################################
# Find wxWidgets
Expand Down
2 changes: 1 addition & 1 deletion StackBuilder.rc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BEGIN
VALUE "FileVersion", VERSION_STR, "\0"
VALUE "File Version", VERSION_STR, "\0"
VALUE "FileDescription", "Stack Builder for PostgreSQL and EnterpriseDB Postgres Plus", "\0"
VALUE "LegalCopyright", "Copyright 2007-2011, EnterpriseDB", "\0"
VALUE "LegalCopyright", "Copyright 2007-2013, EnterpriseDB", "\0"
VALUE "LegalTrademarks", "This software is released under the BSD licence", "\0"
VALUE "InternalName", "StackBuilder", "\0"
VALUE "OriginalFilename","StackBuilder.exe", "\0"
Expand Down

0 comments on commit 3cad9d8

Please sign in to comment.