Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Bump YottaDB release # from r122 to r123 now that r1.22 is released" #252

Merged
merged 1 commit into from
May 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 r123)
set(version r122)

# 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.23"
#define YDB_ZYRELEASE "r1.22"

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