From b420891a43a9ff5ec8edd189650d025513dbfd72 Mon Sep 17 00:00:00 2001 From: John Brooks Date: Sat, 22 Mar 2014 22:12:30 -0600 Subject: [PATCH] Bump version to 1.0.0 --- Torsion.pro | 2 ++ src/main.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Torsion.pro b/Torsion.pro index dd7fd94a..badc52ff 100644 --- a/Torsion.pro +++ b/Torsion.pro @@ -37,6 +37,8 @@ TARGET = Torsion TEMPLATE = app QT += core gui network quick widgets +VERSION = 1.0.0 + # Pass DEFINES+=TORSION_NO_PORTABLE for a system-wide installation CONFIG(release,debug|release):DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT diff --git a/src/main.cpp b/src/main.cpp index c1f536fb..86ecca14 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -58,7 +58,7 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); - a.setApplicationVersion(QLatin1String("0.2.0-dev")); + a.setApplicationVersion(QLatin1String("1.0.0")); { QString error;