Skip to content

Commit

Permalink
Raise app version to v1.0.
Browse files Browse the repository at this point in the history
"The chosen one."
  • Loading branch information
shinnok committed Jul 27, 2017
1 parent 59f460e commit d5afbc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion Tarsnap.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5afbc2

Please sign in to comment.