Skip to content

Commit

Permalink
Bump YottaDB release # from r122 to r123 now that r1.22 is released
Browse files Browse the repository at this point in the history
This is to ensure a source build of the master branch clearly identifies
$zyrelease is different from r1.22.
  • Loading branch information
nars1 committed May 15, 2018
1 parent 76f1847 commit 04c1810
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 @@ -32,7 +32,7 @@ foreach(lang ${languages})
endforeach()

# Defaults
set(version r122)
set(version r123)

# If CMAKE_BUILD_TYPE is not defined make it a Release build
if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion sr_linux/release_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define GTM_VERSION "V6.3"
#define GTM_ZVERSION "V6.3-004"
#define YDB_ZYRELEASE "r1.22"
#define YDB_ZYRELEASE "r1.23"

/* Note: YDB_RELEASE_STAMP is set as part of the cmake build process.
* Example values are
Expand Down

0 comments on commit 04c1810

Please sign in to comment.