added new build scripts to handle changing of the build version. ant script will now generate Wagic_Version.h and update AndroidManifest.xml

This commit is contained in:
techdragon.nguyen@gmail.com
2012-04-19 07:03:05 +00:00
parent e447a9c48d
commit 41e5dfe68a
7 changed files with 149 additions and 24 deletions

View File

@@ -1,15 +1,11 @@
//
// Wagic_Version.h
// wagic
//
// Created by Michael Nguyen on 2/5/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
/*
This file was auto-generated by ant build script on Thu, 19-Apr-2012 00::00:30
*/
#ifndef wagic_Wagic_Version_h
#define wagic_Wagic_Version_h
/* Wagic versions */
#define WAGIC_VERSION_MAJOR 0
#define WAGIC_VERSION_MEDIUM 18
@@ -28,5 +24,6 @@
#define WAGIC_CORE_VERSION_STRING "core_" VERSION_STRINGIFY(WAGIC_RESOURCE_VERSION)
#define WAGIC_RESOURCE_NAME WAGIC_CORE_VERSION_STRING ".zip"
#endif