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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user