Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #25 from tango-controls/prepare-new-release
Browse files Browse the repository at this point in the history
Raise versions
  • Loading branch information
t-b authored Aug 28, 2020
2 parents c5e8fbe + 2c57b3d commit 3482ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(configure/CMakeLists.txt)

# on change also adapt the versions in Makefile line 30ff
set(MAJOR_VERSION "5")
set(MINOR_VERSION "15")
set(MINOR_VERSION "16")
set(PATCH_VERSION "0")
set(PROJECT_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MAKE_ENV = /segfs/tango/cppserver/env
# on change also adapt the versions in CMakeLists.txt line 7ff
PACKAGE_NAME = DataBase
MAJOR_VERS = 5
MINOR_VERS = 15
MINOR_VERS = 16
RELEASE = Release-$(MAJOR_VERS)_$(MINOR_VERS)

# #=============================================================================
Expand Down

0 comments on commit 3482ed3

Please sign in to comment.