Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
unp1 committed Oct 10, 2017
1 parent 8d5d8f4 commit 94e8a1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion key/key.core/resources/de/uka/ilkd/key/util/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.2
2.6.3
2 changes: 1 addition & 1 deletion key/scripts/jenkins/deployAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cd key/scripts
export ANT_HOME=/opt/ant/
export ANT_OPTS="-Xmx2048m -Xms512m"
export PATH=$PATH:/home/hudson/key/bin/
export KEY_VERSION="2.6.2"
export KEY_VERSION="2.6.3"
ant -logger org.apache.tools.ant.NoBannerLogger deployAll

2 changes: 1 addition & 1 deletion key/scripts/jenkins/generateDoc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x
# API Doc generation to come
export KEY_VERSION="2.6.2"
export KEY_VERSION="2.6.3"
export ANT_HOME=/opt/ant/
export ANT_OPTS="-Xmx2048m -Xms512m"
export PATH=$PATH:/home/hudson/key/bin/
Expand Down
2 changes: 1 addition & 1 deletion key/scripts/jenkins/runTests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -x
export KEY_VERSION="2.6.2"
export KEY_VERSION="2.6.3"
export ANT_HOME=/opt/ant/
export ANT_OPTS="-Xmx2048m -Xms512m"
export PATH=$PATH:/home/hudson/key/bin/
Expand Down

0 comments on commit 94e8a1b

Please sign in to comment.