Author: benny
Date: 2006-09-02 12:34:04 +0000 (Sat, 02 Sep 2006)
New Revision: 23005

Modified:
   xfce4-dev-tools/trunk/ChangeLog
   xfce4-dev-tools/trunk/NEWS
   xfce4-dev-tools/trunk/configure.in.in
Log:
2006-09-02      Benedikt Meurer <[EMAIL PROTECTED]>

        * === Released 4.3.99.1 ===
        * NEWS, configure.in.in: Bump version.




Modified: xfce4-dev-tools/trunk/ChangeLog
===================================================================
--- xfce4-dev-tools/trunk/ChangeLog     2006-09-02 12:24:02 UTC (rev 23004)
+++ xfce4-dev-tools/trunk/ChangeLog     2006-09-02 12:34:04 UTC (rev 23005)
@@ -1,5 +1,10 @@
 2006-09-02     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * === Released 4.3.99.1 ===
+       * NEWS, configure.in.in: Bump version.
+
+2006-09-02     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * m4macros/xdt-features.m4: Set gcc specific compiler flags only if
          gcc is being used. Bug #2251.
 

Modified: xfce4-dev-tools/trunk/NEWS
===================================================================
--- xfce4-dev-tools/trunk/NEWS  2006-09-02 12:24:02 UTC (rev 23004)
+++ xfce4-dev-tools/trunk/NEWS  2006-09-02 12:34:04 UTC (rev 23005)
@@ -1,3 +1,7 @@
+4.3.99.1
+========
+- GCC specific compiler flags will not be used unless the compiler supports it.
+
 4.3.90.2
 ========
 - Add GPL boilerplate to the installed scripts and macros.

Modified: xfce4-dev-tools/trunk/configure.in.in
===================================================================
--- xfce4-dev-tools/trunk/configure.in.in       2006-09-02 12:24:02 UTC (rev 
23004)
+++ xfce4-dev-tools/trunk/configure.in.in       2006-09-02 12:34:04 UTC (rev 
23005)
@@ -11,8 +11,8 @@
 dnl ***************************
 m4_define([xdt_version_major], [4])
 m4_define([xdt_version_minor], [3])
-m4_define([xdt_version_micro], [90])
-m4_define([xdt_version_nano], [2])
+m4_define([xdt_version_micro], [99])
+m4_define([xdt_version_nano], [1])
 m4_define([xdt_version_build], [EMAIL PROTECTED]@])
 m4_define([xdt_version_tag], [])
 m4_define([xdt_version], 
[xdt_version_major().xdt_version_minor().xdt_version_micro()ifelse(xdt_version_nano(),
 [], [], [.xdt_version_nano()])ifelse(xdt_version_tag(), [svn], 
[xdt_version_tag()-xdt_version_build()], [])])

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to