Skip to content

Commit e1ec548

Browse files
committed
Update version number to 0.8 (closes #304)
1 parent 355a7ca commit e1ec548

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $(ANDROIDICONSXXXHDPI_DEST)/%.png: images-src/icons/%.svg
160160
#$(MUSICOGG_DEST)/%.ogg: music-src/%.flac
161161
# mkdir -p $(MUSICOGG_DEST); avconv -i $< -c:a libvorbis -q:a 1 $@
162162

163-
VERSION=0.7.1
163+
VERSION=0.8
164164

165165
ifndef MAKECMDGOALS
166166
MAKECMDGOALS = all

rabbit-escape-engine/src/rabbitescape/engine/menu/AboutText.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class AboutText
44
{
5-
public static final String version = "0.7.1";
5+
public static final String version = "0.8";
66

77
public static final String url =
88
"http://www.artificialworlds.net/rabbit-escape";

rabbit-escape-ui-android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "net.artificialworlds.rabbitescape"
99
minSdkVersion 8
1010
targetSdkVersion 20
11-
versionCode 71
12-
versionName "0.7.1"
11+
versionCode 80
12+
versionName "0.8"
1313
}
1414
signingConfigs {
1515
release {

0 commit comments

Comments
 (0)