From af650c451444f26faa7529196baf599e4561b85d Mon Sep 17 00:00:00 2001 From: "Romain F. T" Date: Mon, 19 Jul 2021 01:10:26 +0200 Subject: [PATCH] update app version --- deb_package.sh | 3 ++- meson.build | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deb_package.sh b/deb_package.sh index eb6cfb45..7b02705d 100755 --- a/deb_package.sh +++ b/deb_package.sh @@ -2,7 +2,7 @@ DISTRO="unstable" # this script is for local use, distros manage this themselves PACKAGE_NAME="drawing" # XXX ask it as an input maybe? -VERSION="0.7.0" +VERSION="0.8.3" function separator () { echo "" @@ -34,6 +34,7 @@ cp -r help $DIR_PATH/$DIR_NAME/ cp -r po $DIR_PATH/$DIR_NAME/ cp -r src $DIR_PATH/$DIR_NAME/ cp meson.build $DIR_PATH/$DIR_NAME/ +cp meson_options.txt $DIR_PATH/$DIR_NAME/ cd $DIR_PATH/ tar -Jcvf $FILE_NAME.orig.tar.xz $DIR_NAME cd $DIR_PATH/$DIR_NAME/ diff --git a/meson.build b/meson.build index d81fa115..ee6b2429 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'drawing', - version: '0.8.2', + version: '0.8.3', meson_version: '>= 0.50.0', ) app_uuid = 'com.github.maoschanz.drawing'