From 57633ea951801434a0048dd37a5bb02024958eba Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sat, 7 Oct 2017 14:55:26 -0400 Subject: [PATCH] upgrading to Evergreen 3.0.0 --- build_evergreen2_debs | 2 +- files_for_build/CONTROL | 2 +- files_for_build/CONTROL-cluster | 2 +- files_for_build/rules | 2 +- files_for_build/rules-custom | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build_evergreen2_debs b/build_evergreen2_debs index 760d7c3..24ba220 100755 --- a/build_evergreen2_debs +++ b/build_evergreen2_debs @@ -33,7 +33,7 @@ echo if [ ! -z $1 ]; then VERSION=$1 else -VERSION="3.0.beta2" +VERSION="3.0.0" fi echo "Building evergreen-ils $VERSION" # Customized files need to build the package. diff --git a/files_for_build/CONTROL b/files_for_build/CONTROL index 88d90d2..2e106ac 100644 --- a/files_for_build/CONTROL +++ b/files_for_build/CONTROL @@ -1,6 +1,6 @@ Package: evergreen-ils Source: evergreen -Version: 3.0.beta2 +Version: 3.0.0 Section: web Priority: extra Architecture: amd64 diff --git a/files_for_build/CONTROL-cluster b/files_for_build/CONTROL-cluster index 4bf46db..0815d6c 100644 --- a/files_for_build/CONTROL-cluster +++ b/files_for_build/CONTROL-cluster @@ -1,6 +1,6 @@ Package: evergreen-ils Source: evergreen -Version: 3.0.beta2 +Version: 3.0.0 Section: web Priority: extra Architecture: amd64 diff --git a/files_for_build/rules b/files_for_build/rules index 2ab44fa..7452be6 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_0_beta2 +STAFF_BUILD=rel_3_0_0 %: dh $@ override_dh_auto_configure: diff --git a/files_for_build/rules-custom b/files_for_build/rules-custom index e1a70dd..0bac08a 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_0_beta2 +STAFF_BUILD=pines_rel_3_0_0 %: dh $@ override_dh_auto_configure: -- 2.11.0