From d5afbc2ef4cc612b7b22d5549e00214f86cf187b Mon Sep 17 00:00:00 2001 From: Shinnok Date: Thu, 27 Jul 2017 18:47:21 +0200 Subject: [PATCH] Raise app version to v1.0. "The chosen one." --- CHANGELOG | 3 --- COPYING | 2 +- INSTALL | 8 ++++---- Tarsnap.pro | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 452e706f..a48d3c6b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -88,9 +88,6 @@ refactorings and improvements. * Many bugs, UI issues and other inconsistencies have now been resolved. The app is now more robust than ever. - -Caveats: - Version 0.9 ----------- diff --git a/COPYING b/COPYING index 9e8ab51b..939714e6 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2014-2016 Tarsnap Backup Inc. +Copyright (c) 2014-2017 Tarsnap Backup Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/INSTALL b/INSTALL index 86524b44..73a9a5e7 100644 --- a/INSTALL +++ b/INSTALL @@ -70,7 +70,7 @@ Assuming you survived up until now, let's proceed to the actual steps for building the app for your system: 1) git clone https://github.com/Tarsnap/tarsnap-gui.git && cd tarsnap-gui -2) git checkout v0.9 # switch to the desired stable version +2) git checkout v1.0 # switch to the desired stable version 3) qmake # /usr/local/opt/qt5/bin/qmake for Homebrew 4) make -j$(sysctl -n hw.ncpu) 5) open ./Tarsnap.app @@ -86,7 +86,7 @@ Last tested on FreeBSD 10.1 with Qt 5.3.2 and KDE 4/GNOME 3. 1) pkg install git qt5-core qt5-widgets qt5-qmake qt5-network qt5-buildtools qt5-sql qt5-sqldrivers-sqlite3 2) git clone https://github.com/Tarsnap/tarsnap-gui.git && cd tarsnap-gui -3) git checkout v0.9 # switch to the desired version +3) git checkout v1.0 # switch to the desired version 4) /usr/local/lib/qt5/bin/qmake 5') (This seems to have been fixed with Qmake 3.0/Qt5.5.1/FreeBSD10.3) Edit the resulted Makefile and append ",-L,/usr/local/lib" to the LFLAGS line. Somehow @@ -112,7 +112,7 @@ All of them seem to include the Qt5 SDK in the official main repos. 1) sudo apt-get install g++ git qtbase5-dev 2) git clone https://github.com/Tarsnap/tarsnap-gui.git && cd tarsnap-gui -3) git checkout v0.9 # switch to the desired version +3) git checkout v1.0 # switch to the desired version 4) QT_SELECT=qt5 qmake && make -j$(nproc) 5) ./tarsnap-gui @@ -124,6 +124,6 @@ Tested on Fedora 22 1) sudo yum install gcc-c++ git qt5-qtbase-devel 2) git clone https://github.com/Tarsnap/tarsnap-gui.git && cd tarsnap-gui -3) git checkout v0.9 # switch to the desired version +3) git checkout v1.0 # switch to the desired version 4) qmake-qt5 && make -j$(nproc) 5) ./tarsnap-gui diff --git a/Tarsnap.pro b/Tarsnap.pro index 1acee90a..c5e9c552 100644 --- a/Tarsnap.pro +++ b/Tarsnap.pro @@ -7,7 +7,7 @@ CONFIG += c++11 TEMPLATE = app TARGET = tarsnap-gui -VERSION = 0.9 +VERSION = 1.0 DEFINES += APP_VERSION=\\\"$$VERSION\\\" #QMAKE_TARGET_COMPANY = Tarsnap Backup Inc. #QMAKE_TARGET_PRODUCT = Tarsnap