Skip to content

Commit

Permalink
Tagging for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmudry committed May 1, 2015
1 parent e65b10d commit 7d9fbfa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gdx2d-desktop/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Current gdx2d version
version.major=1
version.minor=0
version.patch=1-RC1
version.minor=1
version.patch=0
2 changes: 1 addition & 1 deletion gdx2d-desktop/src/hevs/gdx2d/lib/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Version {
/**
* Current version name of the gdx2d library (major.minor.revision).
*/
public static final String VERSION = "1.0.1-RC1";
public static final String VERSION = "1.1.0";

/**
* Print the current version of {@code libgdx} and {@code gdx2d}.
Expand Down
2 changes: 1 addition & 1 deletion gdx2d-helloDesktop/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="data" path="data"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="libs/gdx2d-library_1.0.1-RC1.jar"/>
<classpathentry kind="lib" path="libs/gdx2d-library_1.1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion gdx2d-helloDesktop/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<!-- Include all sources in the Jar file, to correct the project ;) -->
<fileset dir="${src.dir}" includes="**/*.java" />
<zipfileset excludes="META-INF/*.SF" src="${libs.dir}/gdx2d-library_1.0.1-RC1.jar"/>
<zipfileset excludes="META-INF/*.SF" src="${libs.dir}/gdx2d-library_1.1.0.jar"/>

<manifest>
<!-- Demo selector launcher -->
Expand Down
8 changes: 4 additions & 4 deletions gdx2d-helloDesktop/gdx2d-helloDesktop.iml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="file://libs/gdx2d-desktop-demos_1.0.0.jar" />
<libelement value="file://libs/gdx2d-desktop-demos_1.1.0.jar" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/data" expected_position="1" />
Expand All @@ -19,14 +19,14 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/libs/gdx2d-library_1.0.1-RC1.jar!/" />
<root url="jar://$MODULE_DIR$/libs/gdx2d-library_1.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<NATIVE>
<root url="jar://$MODULE_DIR$/libs/gdx2d-library_1.0.1-RC1.jar!/" />
<root url="jar://$MODULE_DIR$/libs/gdx2d-library_1.1.0.jar!/" />
</NATIVE>
<SOURCES>
<root url="jar://$MODULE_DIR$/libs/gdx2d-library_1.0.1-RC1.jar!/" />
<root url="jar://$MODULE_DIR$/libs/gdx2d-library_1.1.0.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down
Binary file not shown.

0 comments on commit 7d9fbfa

Please sign in to comment.