Explorar el Código

- adjust trunk version info

Bernhard Reutner-Fischer hace 15 años
padre
commit
9d6b62ec87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -85,7 +85,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS
 MAJOR_VERSION := 0
 MINOR_VERSION := 9
 SUBLEVEL      := 30
-EXTRAVERSION  :=-rc3-svn
+EXTRAVERSION  :=-svn
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 ifneq ($(EXTRAVERSION),)
 VERSION       := $(VERSION)$(EXTRAVERSION)