From c2f82b34714f2a9679b3ecfbaa8488c81aa769bf Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Thu, 31 Jan 2013 22:34:57 +0100 Subject: [PATCH] update version info, go to standard C++11 without GNU Extensions --- README | 4 ++-- qtbase/wbase.pro | 2 +- woc/proc/version.wolf | 2 +- woc/woc.pro | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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 -- 1.7.2.5