svn commit: branches/uClibc_0_9_30

aldot at uclibc.org aldot at uclibc.org
Mon Mar 2 21:12:05 UTC 2009


Author: aldot
Date: 2009-03-02 21:12:05 +0000 (Mon, 02 Mar 2009)
New Revision: 25497

Log:
- bump version


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:28 UTC (rev 25496)
+++ branches/uClibc_0_9_30/Rules.mak	2009-03-02 21:12:05 UTC (rev 25497)
@@ -85,7 +85,7 @@
 MAJOR_VERSION := 0
 MINOR_VERSION := 9
 SUBLEVEL      := 30
-EXTRAVERSION  :=.1
+EXTRAVERSION  :=.2-svn
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 ifneq ($(EXTRAVERSION),)
 VERSION       := $(VERSION)$(EXTRAVERSION)



More information about the uClibc-cvs mailing list