remove test setting of own version.

This commit is contained in:
Klaas Freitag 2012-04-02 20:19:01 +02:00
parent df8afe1c31
commit 2e8c963d21
2 changed files with 1 additions and 4 deletions

View file

@ -55,6 +55,6 @@ set(TRANSLATIONS ${CMAKE_SOURCE_DIR}/translations/mirall_de.ts)
add_subdirectory(src)
# add_subdirectory(test)
install( FILES exclude.lst DESTINATION /etc )
# install( FILES exclude.lst DESTINATION /etc )

View file

@ -38,9 +38,6 @@ void UpdateDetector::versionCheck( Theme *theme )
QUrl url("http://download.owncloud.com/clientupdater.php");
QString ver = QString("%1.%2.%3").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR).arg(MIRALL_VERSION_MICRO);
/// TEST
ver = "0.9.0";
QString platform = QString::fromLocal8Bit("stranger");
#ifdef Q_OS_LINUX
platform = QString::fromLocal8Bit("linux");