From 8f43e24b114870eb1aad40618c09c1d9d8ca7d75 Mon Sep 17 00:00:00 2001 From: Uwe Drechsel Date: Tue, 15 Jun 2021 15:28:34 +0200 Subject: [PATCH] Version: 2.8.7 Bugfix #14: Packaging for openSUSE: Set vymBaseDir correctly --- src/version.h | 4 ++-- vym.pro | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index e2554dcb..a7a82868 100644 --- a/src/version.h +++ b/src/version.h @@ -2,8 +2,8 @@ #define VERSION_H #define __VYM_NAME "VYM" -#define __VYM_VERSION "2.8.6" -#define __VYM_BUILD_DATE "2021-06-14" +#define __VYM_VERSION "2.8.7" +#define __VYM_BUILD_DATE "2021-06-15" //#define __VYM_CODE_QUALITY "(Beta)" #define __VYM_CODE_QUALITY "Production" //#define __VYM_CODENAME "(Beta 5 of upcoming 2.8.0)" diff --git a/vym.pro b/vym.pro index d8413d16..5f3d284b 100644 --- a/vym.pro +++ b/vym.pro @@ -316,6 +316,7 @@ isEmpty( DATADIR ) { } message( "Installation directory (PREFIX): $$PREFIX" ) +message( "Data directory (DATADIR): $$DATADIR" ) target.path = $${BINDIR}