Skip to content

Commit

Permalink
ENG-2968. Changing to v2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorgenstein committed May 14, 2012
1 parent 0197402 commit acdbb83
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
Expand Up @@ -143,7 +143,7 @@ public class RealVoltDB implements VoltDBInterface, RestoreAgent.Callback, Mailb
MailboxPublisher m_mailboxPublisher;
MailboxTracker m_mailboxTracker;
private String m_buildString;
private static final String m_defaultVersionString = "2.6.1";
private static final String m_defaultVersionString = "2.7";
private String m_versionString = m_defaultVersionString;
HostMessenger m_messenger = null;
final ArrayList<ClientInterface> m_clientInterfaces = new ArrayList<ClientInterface>();
Expand Down
2 changes: 1 addition & 1 deletion tools/kit_tools/verify_kits.py
Expand Up @@ -5,7 +5,7 @@
from fabric_ssh_config import getSSHInfoForHost

verifydir = "/tmp/" + os.getenv('USER') + "/verifytemp"
version = "2.6.1"
version = "2.7"

################################################
# SETUP A DIST & TOOLS IN A TEMP DIR
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
2.6.1
2.7

0 comments on commit acdbb83

Please sign in to comment.