change release number to 3.0.0
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/6d7dba08 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/6d7dba08 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/6d7dba08 Branch: refs/heads/develop Commit: 6d7dba089595aff78d8d4535a182cb199dabdee7 Parents: 0e4fc0a Author: Alex Harui <[email protected]> Authored: Mon Jan 20 06:49:07 2014 +0000 Committer: Alex Harui <[email protected]> Committed: Mon Jan 20 06:49:07 2014 +0000 ---------------------------------------------------------------------- installer/build.properties | 4 ++-- installer/src/InstallApacheFlex-app.xml | 2 +- installer/src/installer/sdk-installer-config-4.0.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/6d7dba08/installer/build.properties ---------------------------------------------------------------------- diff --git a/installer/build.properties b/installer/build.properties index 557ea9a..c0e4fca 100644 --- a/installer/build.properties +++ b/installer/build.properties @@ -19,7 +19,7 @@ --> #nano version number is added by build script -release.version=2.7 +release.version=3.0 #Flex Locations FLEX_HOME_WIN=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/ApacheFlex4.10.0 @@ -32,7 +32,7 @@ AIR_HOME_MAC=${FLEX_HOME_MAC} #App Settings APP_NAME=InstallApacheFlex APP_EXTENSION=mxml -APP_CONFIG_XML_NAME=installer/sdk-installer-config-3.1 +APP_CONFIG_XML_NAME=installer/sdk-installer-config-4.0 SOURCE_DIR=${basedir}/src ASSETS_DIR=${basedir}/src/assets LIBRARY_DIR=${basedir}/libs http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/6d7dba08/installer/src/InstallApacheFlex-app.xml ---------------------------------------------------------------------- diff --git a/installer/src/InstallApacheFlex-app.xml b/installer/src/InstallApacheFlex-app.xml index 27ee589..15e4ee7 100644 --- a/installer/src/InstallApacheFlex-app.xml +++ b/installer/src/InstallApacheFlex-app.xml @@ -45,7 +45,7 @@ <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . --> - <versionNumber>2.7.0</versionNumber> + <versionNumber>3.0.0</versionNumber> <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. --> <!-- <versionLabel></versionLabel> --> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/6d7dba08/installer/src/installer/sdk-installer-config-4.0.xml ---------------------------------------------------------------------- diff --git a/installer/src/installer/sdk-installer-config-4.0.xml b/installer/src/installer/sdk-installer-config-4.0.xml index 0e861fd..58cfd4f 100644 --- a/installer/src/installer/sdk-installer-config-4.0.xml +++ b/installer/src/installer/sdk-installer-config-4.0.xml @@ -28,7 +28,7 @@ limitations under the License. --> <config> <version> - <latest>2.7.0</latest> + <latest>3.0.0</latest> </version> <!-- SDK Installer Application binary distribution Notes:
