Skip to content

Commit

Permalink
changes for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jax committed Jul 31, 2016
1 parent a80927e commit cbbb24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ source.reference.pigiron.jar=../../../PigIron/Checkout/pigiron/src
source.reference.tn5250j.jar=/home/jax/work/TN5250J/Checkout/tn5250j/src
src.dir=src
test.src.dir=test
ublu.version=1.1.0
ublu.version=1.1.1
2 changes: 1 addition & 1 deletion src/ublu/Ublu.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public static String openSourceList() {
* @return a string introducing the program.
*/
public final String startupMessage() {
StringBuilder sb = new StringBuilder("Ublu version 1.1.0+");
StringBuilder sb = new StringBuilder("Ublu version 1.1.1");
return sb.append(" build of ").append(version()).append("\n")
.append("Author: Jack J. Woehr.\n")
.append("Copyright 2015, Absolute Performance, Inc., http://www.absolute-performance.com\n")
Expand Down

0 comments on commit cbbb24c

Please sign in to comment.