Skip to content

Commit

Permalink
Merge pull request #164 from rogerfraser/master
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
rogerfraser authored Jul 30, 2021
2 parents a4fd638 + 0b15b32 commit 76ed071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dynadjust/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.0)

project (dynadjust)

set (DYNADJUST_VERSION "1.1.0")
set (DYNADJUST_VERSION "1.2.2")

if (BUILD_TESTING)
enable_testing()
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dynadjust/include/config/dnaversion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ const char* const __dynadjust_app_name__ = "dynadjust";
// 2.2.0.a1 02020001 Alpha release
// 2.2.0.b2 02020002 Beta release
// 2.2.0.rc2 02020003 Release candidate 1 (unless bug notification is received, this is taken to be the final release)
#define __BINARY_VERSION__ "1.1.0"
#define __SHORT_VERSION__ "10100" // used to record DynAdjust version in binary file header
#define __BINARY_VERSION__ "1.2.2"
#define __SHORT_VERSION__ "10202" // used to record DynAdjust version in binary file header

// define executable name
#define __GLOBAL_BINARY_NAME__ __dynadjust_app_name__
Expand Down

0 comments on commit 76ed071

Please sign in to comment.