update version info, go to standard C++11 without GNU Extensions
authorKonrad Rosenbaum <konrad@silmor.de>
Thu, 31 Jan 2013 21:34:57 +0000 (22:34 +0100)
committerKonrad Rosenbaum <konrad@silmor.de>
Thu, 31 Jan 2013 21:34:57 +0000 (22:34 +0100)
README
qtbase/wbase.pro
woc/proc/version.wolf
woc/woc.pro

diff --git a/README b/README
index 502543d..4084211 100644 (file)
--- a/README
+++ b/README
@@ -2,9 +2,9 @@ README for PACK
 =================
 
 PACK = Persistence And Communication Kit
-version 0.6
+version 0.7
 
-(c) Konrad Rosenbaum, 2009-2011
+(c) Konrad Rosenbaum, 2009-2013
 
 Directory woc:
 The C++-source files of woc (Web Object Compiler) are licensed under GPLv3 or
index 570fde4..8573518 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+# Copyright (C) 2009-2013 by Konrad Rosenbaum <konrad@silmor.de>
 # protected under the GNU LGPL version 3 or at your option any newer.
 # See COPYING.LGPL file that comes with this distribution.
 
index 265b638..cdc169d 100644 (file)
@@ -2,7 +2,7 @@
 <Wolf>
        <!-- Internal Pseudo-Project to generate a version.h file for PACK itself -->
        <Project baseDir="::woc::" name="PACK"/>
-       <Version comm="0" needcomm="0" humanReadable="0.1" target=".." system="svn git none"/>
+       <Version comm="0" needcomm="0" humanReadable="0.7" target=".." system="svn git none"/>
 
        <!-- configure output -->
        <QtClientOutput sourceDir="../vinfo" subDir="." priInclude="wob.pri" classPrefix="WVI" clean="yes"/>
index d258fa2..aac869e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+# Copyright (C) 2009-2013 by Konrad Rosenbaum <konrad@silmor.de>
 # protected under the GNU GPL version 3 or at your option any newer.
 # See COPYING.GPL file that comes with this distribution.
 
@@ -39,7 +39,7 @@ include(php/php.pri)
 include(qt/qt.pri)
 include(soap/soap.pri)
 
-gcc { QMAKE_CXXFLAGS += -std=gnu++11 }
+gcc { QMAKE_CXXFLAGS += -std=c++11 }
 
 INCLUDEPATH += . ../vinfo ../qtbase/include