From 9d1f522674379874e502545babe0c843f78fa43c Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sun, 4 Sep 2011 17:28:28 -0400 Subject: [PATCH] change version to 1.0pre This commit switches Conkeror over to the standard versioning system where we have 'pre', 'alpha', 'beta', and release candidates before releases, (though not necessarily all of those for every release). --- Info.plist | 4 ++-- application.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index 8e83f0b..e4492a6 100644 --- a/Info.plist +++ b/Info.plist @@ -21,7 +21,7 @@ conk CFBundleVersion - 0.9.4 + 1.0pre NSHumanReadableCopyright (c) 2007, Shawn Betts @@ -33,7 +33,7 @@ xulrunner CFBundleGetInfoString - Conkeror 0.9.4, A 100% keyboard driven mozilla based web browser. + Conkeror 1.0pre, A 100% keyboard driven mozilla based web browser. CFBundleInfoDictionaryVersion 6.0 diff --git a/application.ini b/application.ini index 6c0e1ab..d502aaa 100644 --- a/application.ini +++ b/application.ini @@ -2,7 +2,7 @@ Vendor=conkeror.mozdev.org Name=conkeror ID={a79fe89b-6662-4ff4-8e88-09950ad4dfde} -Version=0.9.4 +Version=1.0pre BuildID=git [Gecko] -- 2.11.4.GIT