From 221a8b70c7a608ae43a294d223ae5269b85a2e26 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Wed, 15 Jan 2014 09:08:08 -0800 Subject: [PATCH] Bump the static version string in version.mk. We failed to do this before the 1.1 release, so that went out still marked at 1.1 beta. The plan was to get rid of this file but it's still used as a fallback by the msvc build. --- version.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.mk b/version.mk index 519ff141d..175c1d942 100644 --- a/version.mk +++ b/version.mk @@ -1,2 +1,2 @@ # static version string; update manually every release. -PACKAGE_VERSION = "1.1-beta" +PACKAGE_VERSION = "1.1.x-git" -- GitLab