Parcourir la source

dont force a . before EXTRAVERSION so we can be a little more flexible with versioning

Mike Frysinger il y a 18 ans
Parent
commit
76a888bead
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Rules.mak

+ 1 - 1
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