1
0
mirror of synced 2026-04-29 21:36:55 +00:00

Next release will be a release candidate

This commit is contained in:
Axel Beckert
2010-08-03 13:54:58 +02:00
parent b479e24c7d
commit 93a70819cf
12 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
#
TMP ?= /tmp
DIST_PREFIX = ${TMP}
VERSION = 4.2beta1
VERSION = 4.2rc1
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; \