Skip to content

Commit

Permalink
bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
odf committed Aug 16, 2013
1 parent d6604c8 commit 1b834b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Deploy/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Thank you for downloading 3dt and Systre. This file contains some
basic information and can be found under the name README in the folder
you choose to install the program in.

The following information applies to 3dt version 0.5.4 and Systre version
1.1.9.
The following information applies to 3dt version 0.6.0 and Systre version
1.2.0.

===========================================================================

Expand Down
4 changes: 2 additions & 2 deletions Deploy/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Installation file for Gavrog, currently in particular for 3dt.
-->
<info>
<appname>Gavrog</appname>
<appversion>0.5.4</appversion>
<appsubpath>Gavrog-0.5.4</appsubpath>
<appversion>0.6.0</appversion>
<appsubpath>Gavrog-0.6.0</appsubpath>
<authors>
<author name="Olaf Delgado-Friedrichs"
email="[email protected]"/>
Expand Down
4 changes: 2 additions & 2 deletions src/org/gavrog/apps/_3dt/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
public class Version {
final public static int major = 0;

final public static int minor = 5;
final public static int minor = 6;

final public static int patchLevel = 4;
final public static int patchLevel = 0;

final public static String maturity = "beta";

Expand Down
2 changes: 1 addition & 1 deletion src/org/gavrog/apps/systre/Systre-Help.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>Systre Help</h1>

<p>
<b>NOTE: The information in this document is based on the Systre 1.1.9
<b>NOTE: The information in this document is based on the Systre 1.2.0
release. Other versions of Systre may behave slightly differently.</b>
</p>

Expand Down
4 changes: 2 additions & 2 deletions src/org/gavrog/apps/systre/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
public class Version {
final public static int major = 1;

final public static int minor = 1;
final public static int minor = 2;

final public static int patchLevel = 9;
final public static int patchLevel = 0;

final public static String maturity = "beta";

Expand Down

0 comments on commit 1b834b2

Please sign in to comment.