[Mach-cvs] CVS: mach2 ChangeLog, 1.324, 1.325 configure.in, 1.78, 1.79
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2010-11-29 08:57:00
|
Update of /cvsroot/mach/mach2 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv30141 Modified Files: ChangeLog configure.in Log Message: * configure.in: back to TRUNK Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.324 retrieving revision 1.325 diff -C2 -d -r1.324 -r1.325 *** ChangeLog 29 Nov 2010 08:50:07 -0000 1.324 --- ChangeLog 29 Nov 2010 08:56:50 -0000 1.325 *************** *** 1,2 **** --- 1,7 ---- + 2010-11-29 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.in: + back to TRUNK + === release 0.9.6 === Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** configure.in 29 Nov 2010 08:50:07 -0000 1.78 --- configure.in 29 Nov 2010 08:56:50 -0000 1.79 *************** *** 1,5 **** AC_INIT(README) ! AS_VERSION(mach, MACH, 0, 9, 6, 0) AC_SUBST(RELEASE, $MACH_RELEASE) --- 1,5 ---- AC_INIT(README) ! AS_VERSION(mach, MACH, 0, 9, 6, 1) AC_SUBST(RELEASE, $MACH_RELEASE) |