OSDN Git Service

dont force a . before EXTRAVERSION so we can be a little more flexible with versioning
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Apr 2007 13:05:20 +0000 (13:05 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 17 Apr 2007 13:05:20 +0000 (13:05 -0000)
Rules.mak

index 53ebba3..0a86070 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -81,7 +81,7 @@ SUBLEVEL      := 29
 EXTRAVERSION  :=
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 ifneq ($(EXTRAVERSION),)
-VERSION       := $(VERSION).$(EXTRAVERSION)
+VERSION       := $(VERSION)$(EXTRAVERSION)
 endif
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
 LC_ALL := C