Skip to content

Commit

Permalink
Release 0.95.204: Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Mar 16, 2015
1 parent 47b4871 commit 87ee672
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/bin/
/video/
/video/
open-ig-*.jar
!open-ig-launcher.jar
open-ig.log
/save/
2 changes: 1 addition & 1 deletion src/hu/openig/model/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
public class Configuration {
/** The version string. */
public static final String VERSION = "0.95.203";
public static final String VERSION = "0.95.204";
/** Annotation for indicating load/save a field. */
@Retention(RetentionPolicy.RUNTIME)
@interface LoadSave { }
Expand Down
4 changes: 2 additions & 2 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<desc lang='en'>The launcher&#39;s main file</desc>
</file>
</module>
<module id='Game' version='0.95.203'>
<module id='Game' version='0.95.204'>
<general url='https://github.com/akarnokd/open-ig'>
<desc lang='hu'>
Az Open Imperium Galactica játék.
Expand Down Expand Up @@ -76,7 +76,7 @@
<item category='AI'>Fixed AI unable to build a power plant if the missing energy was above the capacity of available power plant types.</item>
</entry>
</release-details>
<file url='https://googledrive.com/host/0B4T7ZW3brESKeU1jWnpqMGVnZ0k/open-ig-0.95.203.jar' sha1='6735A7A23FA1060C09FE9C07CEB32F95E938000F'/>
<file url='https://googledrive.com/host/0B4T7ZW3brESKeU1jWnpqMGVnZ0k/open-ig-0.95.204.jar' sha1='9EE5C290F6D7379ABB8B701A7337348E2ADFC0DC'/>
<file url='https://googledrive.com/host/0B4T7ZW3brESKeU1jWnpqMGVnZ0k/open-ig-upgrade-20141217a2.zip' sha1='174084CF45A29467756ABCAD404FBE2FFBB62110'/>
<file url='https://googledrive.com/host/0B4T7ZW3brESKeU1jWnpqMGVnZ0k/open-ig-images-20140910a.zip' sha1='3CFA63549A8196F953B0B7A8DB583C7C2CD7204D'/>
<file url='https://github.com/akarnokd/open-ig/raw/master/open-ig-splash.png' sha1='52b83dbe118575c7dd3dd6c8c41d0446c32dee45'/>
Expand Down

0 comments on commit 87ee672

Please sign in to comment.