summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kettlewell <rjk@greenend.org.uk>2018-07-27 18:34:30 +0100
committerRichard Kettlewell <rjk@greenend.org.uk>2018-07-27 18:34:30 +0100
commit223833ea3abf7e785b90f8b5242ec872ab9c58d4 (patch)
tree6af052355327996479d7dd297f7abd79e2e25573
parentbf7c411308b307fd0ac6d86f5dc2914a2c8762a9 (diff)
Release 5.1
-rwxr-xr-xconfigure.ac2
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
3 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 815cea1..a9b9df4 100755
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61])
-AC_INIT([rsbackup], [5.0], [rjk@greenend.org.uk])
+AC_INIT([rsbackup], [5.1], [rjk@greenend.org.uk])
AC_CONFIG_AUX_DIR([config.aux])
AM_INIT_AUTOMAKE([foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/debian/changelog b/debian/changelog
index 7c5992e..ddfe5d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rsbackup (5.1) stable; urgency=medium
+
+ * Release 5.1
+
+ -- Richard Kettlewell <rjk@greenend.org.uk> Fri, 27 Jul 2018 18:34:15 +0100
+
rsbackup (5.0-2) unstable; urgency=medium
* Upstream patch to workaround sigc++ build failure on GCC 8 (Closes:
diff --git a/debian/rules b/debian/rules
index 492a975..32fbc96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
INSTALL=install
-VERSION=5.0
+VERSION=5.1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1