Upgrading to 3.0.1
authorChris Sharp <csharp@georgialibraries.org>
Tue, 14 Nov 2017 01:06:04 +0000 (20:06 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 14 Nov 2017 01:06:04 +0000 (20:06 -0500)
build_evergreen2_debs
files_for_build/CONTROL
files_for_build/CONTROL-cluster
files_for_build/rules
files_for_build/rules-custom

index 24ba220..d0cf866 100755 (executable)
@@ -33,7 +33,7 @@ echo
 if [ ! -z $1 ]; then
        VERSION=$1
 else
-VERSION="3.0.0"
+VERSION="3.0.1"
 fi
 echo "Building evergreen-ils $VERSION"
 # Customized files need to build the package.
index 2e106ac..a49bd51 100644 (file)
@@ -1,6 +1,6 @@
 Package: evergreen-ils
 Source: evergreen
-Version: 3.0.0
+Version: 3.0.1
 Section: web
 Priority: extra
 Architecture: amd64
index 0815d6c..28ca172 100644 (file)
@@ -1,6 +1,6 @@
 Package: evergreen-ils
 Source: evergreen
-Version: 3.0.0
+Version: 3.0.1
 Section: web
 Priority: extra
 Architecture: amd64
index 7452be6..fb415f7 100755 (executable)
@@ -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_0
+STAFF_BUILD=rel_3_0_1
 %:
        dh $@ 
 override_dh_auto_configure:
index 0bac08a..bc73fac 100755 (executable)
@@ -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_0
+STAFF_BUILD=pines_rel_3_0_1
 %:
        dh $@ 
 override_dh_auto_configure: