1
0
mirror of synced 2026-05-05 07:43:42 +00:00

Bump version to 4.2+dev for now, not sure if there will be a 4.2.1 or 4.3 next, maybe both

This commit is contained in:
Axel Beckert
2010-10-30 17:39:10 +02:00
committed by Axel Beckert
parent de28845d13
commit 7584bac380
12 changed files with 17 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
#
TMP ?= /tmp
DIST_PREFIX = ${TMP}
VERSION = 4.2
VERSION = 4.2+dev
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = $(shell if git ls-files > /dev/null; then echo git; \