Skip to content

Commit

Permalink
Bump Galera version number in SConstruct to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-galera committed Nov 16, 2015
1 parent ab605fd commit b4bea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ tests = int(ARGUMENTS.get('tests', 1))
strict_build_flags = int(ARGUMENTS.get('strict_build_flags', 1))


GALERA_VER = ARGUMENTS.get('version', '3.13dev')
GALERA_VER = ARGUMENTS.get('version', '3.13')
GALERA_REV = ARGUMENTS.get('revno', 'XXXX')

# Attempt to read from file if not given
Expand Down

0 comments on commit b4bea65

Please sign in to comment.