diff --git a/Deploy/README b/Deploy/README index 9b84aec..3993274 100644 --- a/Deploy/README +++ b/Deploy/README @@ -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. =========================================================================== diff --git a/Deploy/install.xml b/Deploy/install.xml index 08915b7..923f8a9 100644 --- a/Deploy/install.xml +++ b/Deploy/install.xml @@ -12,8 +12,8 @@ Installation file for Gavrog, currently in particular for 3dt. --> Gavrog - 0.5.4 - Gavrog-0.5.4 + 0.6.0 + Gavrog-0.6.0 diff --git a/src/org/gavrog/apps/_3dt/Version.java b/src/org/gavrog/apps/_3dt/Version.java index 0a768a0..05f59b5 100644 --- a/src/org/gavrog/apps/_3dt/Version.java +++ b/src/org/gavrog/apps/_3dt/Version.java @@ -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"; diff --git a/src/org/gavrog/apps/systre/Systre-Help.html b/src/org/gavrog/apps/systre/Systre-Help.html index 1ddca42..63bc421 100644 --- a/src/org/gavrog/apps/systre/Systre-Help.html +++ b/src/org/gavrog/apps/systre/Systre-Help.html @@ -29,7 +29,7 @@

Systre Help

-NOTE: The information in this document is based on the Systre 1.1.9 +NOTE: The information in this document is based on the Systre 1.2.0 release. Other versions of Systre may behave slightly differently.

diff --git a/src/org/gavrog/apps/systre/Version.java b/src/org/gavrog/apps/systre/Version.java index 40187f9..2252f25 100644 --- a/src/org/gavrog/apps/systre/Version.java +++ b/src/org/gavrog/apps/systre/Version.java @@ -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";