Skip to content

Commit

Permalink
Change version to 0.9pre1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
enz committed Mar 14, 2006
1 parent 6a9bf27 commit b21220a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
debug=false
optimize=true
version=0.9pre1
debug=true
optimize=false
version=0.9pre1.x
8 changes: 8 additions & 0 deletions doc/manual/xml/news.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<date></date>
<authorinitials>enz</authorinitials>
<revdescription>
</revdescription>
</revision>

<revision>
<revnumber>0.9pre1</revnumber>
<date>14 Mar 2006</date>
<authorinitials>enz</authorinitials>
<revdescription>
<itemizedlist>
<listitem>
<simpara>
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/xml/version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9pre1
0.9pre1.x
4 changes: 2 additions & 2 deletions mac/packaging/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Do not edit Info.plist
<string>JavaApplicationStub</string>

<key>CFBundleGetInfoString</key>
<string>0.9pre1, Copyright 2005 Markus Enzenberger</string>
<string>0.9pre1.x, Copyright 2005 Markus Enzenberger</string>

<key>CFBundleHelpBookFolder</key>
<string>GoGui Help</string>
Expand All @@ -60,7 +60,7 @@ Do not edit Info.plist
<string>????</string>

<key>CFBundleVersion</key>
<string>0.9pre1</string>
<string>0.9pre1.x</string>

<key>Java</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion src/net/sf/gogui/version/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public final class Version
*/
public static String get()
{
return "0.9pre1";
return "0.9pre1.x";
}

/** Make constructor unavailable; class is for namespace only. */
Expand Down

0 comments on commit b21220a

Please sign in to comment.