From 7f20edd2ec116f4b52087c5aaaa42daad25e9375 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sun, 4 Sep 2011 14:44:28 -0400 Subject: [PATCH] incrementing version to 0.9.4 We're going to switch versioning schemes to the traditional one where we have stages 'pre', 'alpha', 'beta', and 'rc', then a release. The next version will be 1.0pre. We are bumping to 0.9.4 beforehand so that all the commits since 0.9.3 can still be unambiguously referred to. --- Info.plist | 4 ++-- application.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index b5e723a..8e83f0b 100644 --- a/Info.plist +++ b/Info.plist @@ -21,7 +21,7 @@ conk CFBundleVersion - 0.9.3 + 0.9.4 NSHumanReadableCopyright (c) 2007, Shawn Betts @@ -33,7 +33,7 @@ xulrunner CFBundleGetInfoString - Conkeror 0.9.3, A 100% keyboard driven mozilla based web browser. + Conkeror 0.9.4, A 100% keyboard driven mozilla based web browser. CFBundleInfoDictionaryVersion 6.0 diff --git a/application.ini b/application.ini index 59e6797..6c0e1ab 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.3 +Version=0.9.4 BuildID=git [Gecko] -- 2.11.4.GIT