[Xfce4-commits] r23005 - xfce4-dev-tools/trunk
Benedikt Meurer
benny at xfce.org
Sat Sep 2 12:34:06 UTC 2006
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 <benny at xfce.org>
* === 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 <benny at xfce.org>
+ * === Released 4.3.99.1 ===
+ * NEWS, configure.in.in: Bump version.
+
+2006-09-02 Benedikt Meurer <benny at xfce.org>
+
* 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], [r at REVISION@])
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()], [])])
More information about the Xfce4-commits
mailing list