svn commit: branches/uClibc_0_9_28

vapier at uclibc.org vapier at uclibc.org
Fri Jan 26 00:33:13 UTC 2007


Author: vapier
Date: 2007-01-25 16:33:13 -0800 (Thu, 25 Jan 2007)
New Revision: 17532

Log:
tag 0.9.28.1

Modified:
   branches/uClibc_0_9_28/Rules.mak


Changeset:
Modified: branches/uClibc_0_9_28/Rules.mak
===================================================================
--- branches/uClibc_0_9_28/Rules.mak	2007-01-26 00:31:29 UTC (rev 17531)
+++ branches/uClibc_0_9_28/Rules.mak	2007-01-26 00:33:13 UTC (rev 17532)
@@ -62,7 +62,8 @@
 MAJOR_VERSION := 0
 MINOR_VERSION := 9
 SUBLEVEL      := 28
-VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
+EXTRAVERSION  := 1
+VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).$(EXTRAVERSION)
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
 LC_ALL := C
 export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_ALL




More information about the uClibc-cvs mailing list