summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tikzit.cpp2
-rw-r--r--src/tikzit.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tikzit.cpp b/src/tikzit.cpp
index 5d1fef4..4fd4227 100644
--- a/src/tikzit.cpp
+++ b/src/tikzit.cpp
@@ -372,7 +372,7 @@ void Tikzit::updateReply(QNetworkReply *reply)
QByteArray data = reply->read(200);
QString strLatest = QString::fromUtf8(data).simplified();
- qDebug() << "got response:" << strLatest;
+ //qDebug() << "got response:" << strLatest;
QVersionNumber current = QVersionNumber::fromString(TIKZIT_VERSION).normalized();
QVersionNumber latest = QVersionNumber::fromString(strLatest).normalized();
diff --git a/src/tikzit.h b/src/tikzit.h
index 635ee5e..69e9237 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -49,7 +49,7 @@
#ifndef TIKZIT_H
#define TIKZIT_H
-#define TIKZIT_VERSION "2.0-rc3"
+#define TIKZIT_VERSION "2.0"
#include "mainwindow.h"
#include "mainmenu.h"