Skip to content

Commit

Permalink
marking build to 0.18.5 for any bug fixes to 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 20, 2012
1 parent 3dd5a28 commit 9edfdef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/mtg/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="0184" android:versionName="0.18.4" package="net.wagic.app">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="0185" android:versionName="0.18.5" package="net.wagic.app">
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
2 changes: 1 addition & 1 deletion projects/mtg/build.number.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build.major = 0
build.minor = 18
build.point = 4
build.point = 5
4 changes: 2 additions & 2 deletions projects/mtg/include/Wagic_Version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
This file was auto-generated by ant build script on Thu, 19-Apr-2012 00::00:30
This file was auto-generated by ant build script on Fri, 20-Apr-2012 00::54:16
*/

#ifndef wagic_Wagic_Version_h
Expand All @@ -9,7 +9,7 @@ This file was auto-generated by ant build script on Thu, 19-Apr-2012 00::00:30
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 18
#define WAGIC_VERSION_MINOR 4
#define WAGIC_VERSION_MINOR 5

#define VERSION_DOT(a, b, c) a ##.## b ##.## c
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c
Expand Down

0 comments on commit 9edfdef

Please sign in to comment.