From ab02f17ec1066446730bd6b10a71894b8694092b Mon Sep 17 00:00:00 2001 From: John Foerch Date: Wed, 13 Apr 2016 18:55:23 -0400 Subject: [PATCH] version 1.0.0 We have decided to drop phase markers like 'pre', 'a', 'b', etc from the version, and instead use semantic versioning per . --- Info.plist | 6 +++--- application.ini | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Info.plist b/Info.plist index fb947a4..2268773 100644 --- a/Info.plist +++ b/Info.plist @@ -15,10 +15,10 @@ APPL CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleVersion - 1.0pre1 + 1.0.0 NSHumanReadableCopyright (c) 2007, Shawn Betts @@ -30,7 +30,7 @@ xulrunner CFBundleGetInfoString - Conkeror 1.0pre1, A 100% keyboard driven mozilla based web browser. + Conkeror 1.0.0, A 100% keyboard driven mozilla based web browser. CFBundleURLTypes diff --git a/application.ini b/application.ini index a221db9..d6d17dc 100644 --- a/application.ini +++ b/application.ini @@ -2,7 +2,7 @@ Vendor=conkeror.mozdev.org Name=conkeror ID={a79fe89b-6662-4ff4-8e88-09950ad4dfde} -Version=1.0pre1 +Version=1.0.0 BuildID=git [Gecko] -- 2.11.4.GIT