From: Konrad Rosenbaum Date: Thu, 31 Jan 2013 21:34:57 +0000 (+0100) Subject: update version info, go to standard C++11 without GNU Extensions X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c2f82b34714f2a9679b3ecfbaa8488c81aa769bf;p=web%2Fkonrad%2Fpack.git update version info, go to standard C++11 without GNU Extensions --- diff --git a/README b/README index 502543d..4084211 100644 --- 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 diff --git a/qtbase/wbase.pro b/qtbase/wbase.pro index 570fde4..8573518 100644 --- a/qtbase/wbase.pro +++ b/qtbase/wbase.pro @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by Konrad Rosenbaum +# Copyright (C) 2009-2013 by Konrad Rosenbaum # protected under the GNU LGPL version 3 or at your option any newer. # See COPYING.LGPL file that comes with this distribution. diff --git a/woc/proc/version.wolf b/woc/proc/version.wolf index 265b638..cdc169d 100644 --- a/woc/proc/version.wolf +++ b/woc/proc/version.wolf @@ -2,7 +2,7 @@ - + diff --git a/woc/woc.pro b/woc/woc.pro index d258fa2..aac869e 100644 --- a/woc/woc.pro +++ b/woc/woc.pro @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2011 by Konrad Rosenbaum +# Copyright (C) 2009-2013 by Konrad Rosenbaum # 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