[Xfce4-commits] <orage:master> 4.8.3.4 Fixed Bug 9243 strptime() needs _XOPEN_SOURCE_EXTENDED to be defined

Juha noreply at xfce.org
Mon Jan 28 12:38:01 CET 2013


Updating branch refs/heads/master
         to e27bff4d26d8a60f8f415d0a96be581bbb816860 (commit)
       from 0d1f8b80eea19934e0a5f10e51be2536683a9a21 (commit)

commit e27bff4d26d8a60f8f415d0a96be581bbb816860
Author: Juha <juha at xfce.org>
Date:   Mon Jan 28 13:33:52 2013 +0200

    4.8.3.4 Fixed Bug 9243 strptime() needs _XOPEN_SOURCE_EXTENDED to be defined
    
    Added the define to satisfy posix requirements.

 configure.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 3f6df0e..7d8824d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto <juha at xfce.org>
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.8.3.3-git])
+m4_define([orage_version], [4.8.3.4-git])
 
 m4_define([gtk_minimum_version], [2.10.0])
 m4_define([xfce_minimum_version], [4.6.0])


More information about the Xfce4-commits mailing list