[brailleblaster] 2 new revisions pushed by kcre...@xxxxxxxxx on 2014-01-27 14:14 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Mon, 27 Jan 2014 14:14:20 +0000

2 new revisions:

Revision: 1e8b14b63b52
Branch:   default
Author:   Keith Creasy <kcreasy@xxxxxxx>
Date:     Mon Jan 27 14:12:38 2014 UTC
Log:      Added tag 2014.01.27 for changeset 20af4351eac6
http://code.google.com/p/brailleblaster/source/detail?r=1e8b14b63b52

Revision: 73a6e6dd4fe3
Branch:   default
Author:   Keith Creasy <kcreasy@xxxxxxx>
Date:     Mon Jan 27 14:13:40 2014 UTC
Log:      Version 2014.01.27 dev.
http://code.google.com/p/brailleblaster/source/detail?r=73a6e6dd4fe3

==============================================================================
Revision: 1e8b14b63b52
Branch:   default
Author:   Keith Creasy <kcreasy@xxxxxxx>
Date:     Mon Jan 27 14:12:38 2014 UTC
Log:      Added tag 2014.01.27 for changeset 20af4351eac6
http://code.google.com/p/brailleblaster/source/detail?r=1e8b14b63b52

Modified:
 /.hgtags

=======================================
--- /.hgtags    Mon Nov 25 12:48:32 2013 UTC
+++ /.hgtags    Mon Jan 27 14:12:38 2014 UTC
@@ -6,3 +6,4 @@
 420fabefb01c2c3445c201e27cf7e92c6bc413b1 2013.11.01
 dad198df02c56aa9d62d5e2a4f053cd10b74c784 2013.11.18
 ad21dc5244e44c0d3d2cb3fa643c1f99131b1e2c 2013.11.25
+20af4351eac664239a393915756a0ba4d565d183 2014.01.27

==============================================================================
Revision: 73a6e6dd4fe3
Branch:   default
Author:   Keith Creasy <kcreasy@xxxxxxx>
Date:     Mon Jan 27 14:13:40 2014 UTC
Log:      Version 2014.01.27 dev.
http://code.google.com/p/brailleblaster/source/detail?r=73a6e6dd4fe3

Modified:
 /installers/windows/installer.nsi
 /src/main/org/brailleblaster/BBIni.java

=======================================
--- /installers/windows/installer.nsi   Thu Dec 12 15:38:59 2013 UTC
+++ /installers/windows/installer.nsi   Mon Jan 27 14:13:40 2014 UTC
@@ -15,7 +15,8 @@

 Name "BrailleBlaster"
 !define APPVERSION "2013.12.12"
-OutFile "BrailleBlaster-${APPVERSION}-installer.exe"
+;OutFile "BrailleBlaster-${APPVERSION}-installer.exe"
+OutFile "BrailleBlaster-dev-installer.exe"

 SetCompressor /SOLID LZMA
 ShowInstDetails nevershow
=======================================
--- /src/main/org/brailleblaster/BBIni.java     Wed Dec 18 21:49:15 2013 UTC
+++ /src/main/org/brailleblaster/BBIni.java     Mon Jan 27 14:13:40 2014 UTC
@@ -71,8 +71,8 @@
        private static boolean multipleSubcommands = false;
        private static Logger logger;
        private static final String productName = "BrailleBlaster ND";
-       private static final String BBVersion = "2013.12.12";
-       private static final String releaseDate = "December 12, 2013";
+       private static final String BBVersion = "2014.01.27";
+       private static final String releaseDate = "January 27, 2014";
        private static String brailleblasterPath; // FO
        private static String osName;
        private static String osVersion;

Other related posts:

  • » [brailleblaster] 2 new revisions pushed by kcre...@xxxxxxxxx on 2014-01-27 14:14 GMT - brailleblaster