marking build to 0.18.5 for any bug fixes to 0.18.4
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
build.major = 0
|
||||
build.minor = 18
|
||||
build.point = 4
|
||||
build.point = 5
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user