diff --git a/platform/resources/CoronaPListSupport.lua b/platform/resources/CoronaPListSupport.lua index f70637e6e..223e1c7be 100644 --- a/platform/resources/CoronaPListSupport.lua +++ b/platform/resources/CoronaPListSupport.lua @@ -215,7 +215,7 @@ function CoronaPListSupport.modifyPlist( options ) -- Apple treats this the build number so, if it hasn't been specified in the build.settings, we -- set it to the current date and time which is unique for the app and human readable bundleVersionSource = (infoPlist.CFBundleVersion == "@BUNDLE_VERSION@") and "set by Simulator" or "set by Info.plist" - infoPlist.CFBundleVersion = os.date("%Y.%m.7%d%H%M") + infoPlist.CFBundleVersion = os.date("%Y.7%m.7%d%H%M") end local version = options.bundleversion or "1.0.0"