From 859c307324fba9464fb6522425908606d05b00b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 May 2016 21:46:24 +0200 Subject: [PATCH] bump version number to 8.6.0 --- common/yacreader_global.h | 2 +- mktarball.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/yacreader_global.h b/common/yacreader_global.h index d42e110d..c55a04c3 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -7,7 +7,7 @@ #include #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 OPACITY_BACKGROUND_IMAGE_IN_GRID_VIEW "OPACITY_BACKGROUND_IMAGE_IN_GRID_VIEW" diff --git a/mktarball.sh b/mktarball.sh index 0e1c404c..774cf038 100755 --- a/mktarball.sh +++ b/mktarball.sh @@ -2,7 +2,7 @@ #Script to create a source tarball for YACReader distribution and packaging #This should be run from YACReaders top source directory -YACVERSION=8.5 +YACVERSION=8.6 if [ -f Makefile ] then make distclean