From: Chris Sharp Date: Thu, 17 Oct 2019 17:58:49 +0000 (-0400) Subject: upgrading to 3.4.0 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=265e44977afa433fd0d8c60bffd96570ccffe67d;p=contrib%2Fpines%2Feg-debian.git upgrading to 3.4.0 --- diff --git a/build_evergreen2_debs b/build_evergreen2_debs index 3cd85f4..d81362e 100755 --- a/build_evergreen2_debs +++ b/build_evergreen2_debs @@ -33,7 +33,7 @@ echo if [ ! -z $1 ]; then VERSION=$1 else -VERSION="3.4-beta2" +VERSION="3.4.0" fi echo "Building evergreen-ils $VERSION" # Customized files need to build the package. diff --git a/files_for_build/rules b/files_for_build/rules index ab6f8bc..a238348 100755 --- a/files_for_build/rules +++ b/files_for_build/rules @@ -11,7 +11,7 @@ export DH_VERBOSE=1 export DEB_LDFLAGS_MAINT_APPEND= -lm INSTALL_FOLDER=debian/evergreen-ils INSTALL_WEB=/openils/var/web -STAFF_BUILD=rel_3_4_beta2 +STAFF_BUILD=rel_3_4_0 %: dh $@ override_dh_auto_configure: diff --git a/files_for_build/rules-custom b/files_for_build/rules-custom index c68b3a6..c990d05 100755 --- a/files_for_build/rules-custom +++ b/files_for_build/rules-custom @@ -13,7 +13,7 @@ INSTALL_FOLDER=debian/evergreen-ils INSTALL_WEB=/openils/var/web ## Change this to one that suits you consortium eg. pines_rel_x_x_x -STAFF_BUILD=pines_rel_3_4_beta2 +STAFF_BUILD=pines_rel_3_4_0 %: dh $@ override_dh_auto_configure: