svn commit: branches/uClibc_0_9_30

aldot at uclibc.org aldot at uclibc.org
Mon Mar 2 21:10:04 UTC 2009


Author: aldot
Date: 2009-03-02 21:10:04 +0000 (Mon, 02 Mar 2009)
New Revision: 25494

Log:
- call it 0.9.30.1


Modified:
   branches/uClibc_0_9_30/Rules.mak


Changeset:
Modified: branches/uClibc_0_9_30/Rules.mak
===================================================================
--- branches/uClibc_0_9_30/Rules.mak	2009-03-02 21:10:01 UTC (rev 25493)
+++ branches/uClibc_0_9_30/Rules.mak	2009-03-02 21:10:04 UTC (rev 25494)
@@ -85,7 +85,7 @@
 MAJOR_VERSION := 0
 MINOR_VERSION := 9
 SUBLEVEL      := 30
-EXTRAVERSION  :=
+EXTRAVERSION  :=.1
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 ifneq ($(EXTRAVERSION),)
 VERSION       := $(VERSION)$(EXTRAVERSION)



More information about the uClibc-cvs mailing list