From: Ryan Pavlik Date: Sat, 8 May 2021 11:09:42 +0000 (+0100) Subject: Add debian package version to ver string X-Git-Tag: archive/raspbian/3.1+ds1-3+rpi1~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e6e293a28847f6d45a3a10a21e4517800c1cd01;p=solvespace.git Add debian package version to ver string Forwarded: not-needed Gbp-Pq: Name 02_add_debian_pkg_version.patch --- diff --git a/src/config.h.in b/src/config.h.in index 144c46d..b129808 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,7 +1,7 @@ #ifndef SOLVESPACE_CONFIG_H #define SOLVESPACE_CONFIG_H -#define PACKAGE_VERSION "@solvespace_VERSION_MAJOR@.@solvespace_VERSION_MINOR@~@solvespace_GIT_HASH@" +#define PACKAGE_VERSION "@solvespace_VERSION_MAJOR@.@solvespace_VERSION_MINOR@ (Debian package version @DEBVERSION@)" /* Non-OS X *nix only */ #define UNIX_DATADIR "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_DATAROOTDIR@/solvespace"