diff options
author | Oswald Buddenhagen <[email protected]> | 2016-11-08 13:21:13 +0100 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2016-11-15 22:43:51 +0000 |
commit | b5464f42373918518420939226982438b15b3af9 (patch) | |
tree | 0641b984d6b1e0cd77b28c6fff1bfef0359f36b0 | |
parent | 6cd358db7e648265ab15b796815eea9609228d69 (diff) |
bump qmake version
there are plenty new functions, let's do this symbolic act.
Change-Id: Iaeb88afa5e33cacd81dc0ea26e380a16af06a739
Reviewed-by: Lars Knoll <[email protected]>
Reviewed-by: Jake Petroules <[email protected]>
-rw-r--r-- | qmake/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/option.h b/qmake/option.h index 8b9e2f10270..eaa3706b245 100644 --- a/qmake/option.h +++ b/qmake/option.h @@ -40,7 +40,7 @@ QT_BEGIN_NAMESPACE -#define QMAKE_VERSION_STR "3.0" +#define QMAKE_VERSION_STR "3.1" QString qmake_getpwd(); bool qmake_setpwd(const QString &p); |