make_release_packages
changeset 1057 f7cec71a5f1e
parent 1003 a4d17d6bc179
child 1130 e9cbce844ef6
--- a/make_release_packages	Tue Dec 28 12:44:43 2010 -0800
+++ b/make_release_packages	Tue Dec 28 16:33:51 2010 -0800
@@ -71,7 +71,7 @@
 if [[ -z "${XNV_BUILDNUM}" ]] ; then
     # Get build version from hg by searching for most recent tag matching nv_*
     BUILD_TAG="$(hg log | \
-             perl -l -n -e 'if ($_ =~ m/^tag:\s+nv_(\d+)/) {print $1 ; exit}')"
+        perl -l -n -e 'if ($_ =~ m/^tag:\s+nv_([\d\.]+)/) {print $1 ; exit}')"
 
     if [[ -z "${BUILD_TAG}" ]] ; then
 	fatal_error "BUILD_TAG could not be found from hg_log"