Skip to content

Commit

Permalink
ENG-2143. Bumped the release version to 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorgenstein committed Nov 28, 2011
1 parent f06cbbe commit 8ae1911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/frontend/org/voltdb/RealVoltDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public synchronized ClientResponse waitForResponse(int timeout) throws Interrupt
public VoltDB.Configuration m_config = new VoltDB.Configuration();
CatalogContext m_catalogContext;
private String m_buildString;
private static final String m_defaultVersionString = "2.1.1";
private static final String m_defaultVersionString = "2.1.2";
private String m_versionString = m_defaultVersionString;
// fields accessed via the singleton
HostMessenger m_messenger = null;
Expand Down
2 changes: 1 addition & 1 deletion tools/kit_tools/verify_kits.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from fabric_ssh_config import getSSHInfoForHost

verifydir = "/tmp/" + os.getenv('USER') + "/verifytemp"
version = "2.1.1"
version = "2.1.2"

################################################
# SETUP A DIST & TOOLS IN A TEMP DIR
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2

0 comments on commit 8ae1911

Please sign in to comment.