Fixing PKGVERS_BRANCH at 0.151.1 oi_151a oi_151a_release
authorAlasdair Lumsden <al@everycity.co.uk>
Sun, 11 Sep 2011 23:22:34 +0000
branchoi_151a
changeset 1216 80941bc9596e
parent 1215 6ba2ea078395
child 1220 1915e4c2af45
Fixing PKGVERS_BRANCH at 0.151.1
pkg/Makefile
--- a/pkg/Makefile	Thu Sep 08 16:06:46 2011 -0700
+++ b/pkg/Makefile	Sun Sep 11 23:22:34 2011 +0000
@@ -176,6 +176,7 @@
 		'if ($$_ =~ m/^tag:\s+nv_(\d+)/) { print $$1 ; exit}')}" ; \
 	PKGVERS_BUILTON="$(RELEASE)" ; \
 	PKGVERS_BRANCH="0.$${XNV_BUILDNUM}" ; \
+	PKGVERS_BRANCH="0.151.1" ; \
 	PKGVERS_BUILD="$${PKGVERS_BUILTON}-$${PKGVERS_BRANCH}" ; \
 	HG_ID="$$(hg id)" ; \
 	$(PERL) -p -e "s{_PKGVERS_BUILD_}{$${PKGVERS_BUILD}};" \