Skip to content

Commit

Permalink
Bump version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed Jul 11, 2019
1 parent a13c5c1 commit 9545372
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
# 3.1.2

- Bump version in version.h (since in 3.1.1 it was still at '3.1.0')

# 3.1.1

## General
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ endif()

set(PROJECT_VERSION_MAJOR 3)
set(PROJECT_VERSION_MINOR 1)
set(PROJECT_VERSION_PATCH 1)
set(PROJECT_VERSION_PATCH 2)
set(PROJECT_VERSION
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion casa/version.h
Expand Up @@ -33,7 +33,7 @@

#define CASACORE_MAJOR_VERSION 3
#define CASACORE_MINOR_VERSION 1
#define CASACORE_PATCH_VERSION 0
#define CASACORE_PATCH_VERSION 2

#define CASACORE_VERSION CASACORE_STRINGIFY(CASACORE_MAJOR_VERSION.CASACORE_MINOR_VERSION.CASACORE_PATCH_VERSION)

Expand Down

0 comments on commit 9545372

Please sign in to comment.