CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/08/30 19:25:37

Modified files:
        stepmake       : aclocal.m4 
        .              : ChangeLog 

Log message:
        Include MY_PATCH_LEVEL in config.make's
        VERSION.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/aclocal.m4.diff?tr1=1.147&tr2=1.148&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4098&tr2=1.4099&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4098 lilypond/ChangeLog:1.4099
--- lilypond/ChangeLog:1.4098   Tue Aug 30 18:50:10 2005
+++ lilypond/ChangeLog  Tue Aug 30 19:25:37 2005
@@ -1,3 +1,8 @@
+2005-08-30  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
+
+       * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
+       VERSION.
+
 2005-08-30  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * lily/tie-column.cc (new_directions): put Tie down on center
Index: lilypond/stepmake/aclocal.m4
diff -u lilypond/stepmake/aclocal.m4:1.147 lilypond/stepmake/aclocal.m4:1.148
--- lilypond/stepmake/aclocal.m4:1.147  Tue May 31 20:57:14 2005
+++ lilypond/stepmake/aclocal.m4        Tue Aug 30 19:25:37 2005
@@ -581,11 +581,11 @@
     . $srcdir/VERSION
     FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
     MICRO_VERSION=$PATCH_LEVEL
-    VERSION=$FULL_VERSION
     TOPLEVEL_VERSION=$FULL_VERSION
     if test x$MY_PATCH_LEVEL != x; then
        FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL
     fi
+    VERSION=$FULL_VERSION
     export MAJOR_VERSION MINOR_VERSION PATCH_LEVEL
     # urg: don't "fix" this: irix doesn't know about [:lower:] and [:upper:]
     changequote(<<, >>)#dnl


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to