bump version number to 8.6.0

This commit is contained in:
Luis Ángel San Martín 2016-05-21 21:46:24 +02:00
parent 3b08264f6a
commit 859c307324
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include <QDesktopServices> #include <QDesktopServices>
#endif #endif
#define VERSION "8.5.0" #define VERSION "8.6.0"
#define USE_BACKGROUND_IMAGE_IN_GRID_VIEW "USE_BACKGROUND_IMAGE_IN_GRID_VIEW" #define USE_BACKGROUND_IMAGE_IN_GRID_VIEW "USE_BACKGROUND_IMAGE_IN_GRID_VIEW"
#define OPACITY_BACKGROUND_IMAGE_IN_GRID_VIEW "OPACITY_BACKGROUND_IMAGE_IN_GRID_VIEW" #define OPACITY_BACKGROUND_IMAGE_IN_GRID_VIEW "OPACITY_BACKGROUND_IMAGE_IN_GRID_VIEW"

View File

@ -2,7 +2,7 @@
#Script to create a source tarball for YACReader distribution and packaging #Script to create a source tarball for YACReader distribution and packaging
#This should be run from YACReaders top source directory #This should be run from YACReaders top source directory
YACVERSION=8.5 YACVERSION=8.6
if [ -f Makefile ] if [ -f Makefile ]
then then
make distclean make distclean