From 87485c08860e7dc38e8380d58724becf92fb3bd9 Mon Sep 17 00:00:00 2001 From: Matthieu Hautreux Date: Wed, 18 Nov 2015 13:45:36 +0100 Subject: [PATCH] tag release 1.5.6 --- bridge.spec | 7 +++++-- configure.ac | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bridge.spec b/bridge.spec index 0ad40e3..42364eb 100644 --- a/bridge.spec +++ b/bridge.spec @@ -50,8 +50,8 @@ Summary: Bridge CCC In-House Batch Environment Name: bridge -Version: 1.5.5 -Release: 3%{?target}%{?dist} +Version: 1.5.6 +Release: 1.%{?target}%{?dist} License: GPL License Group: System Environment/Base URL: https://github.com/cea-hpc/bridge @@ -216,6 +216,9 @@ Additional package providing %{compat_target}_* compatibility links to the %endif %changelog +* Wed Nov 18 2015 Matthieu Hautreux - 1.5.6-1 +-- switch to bridge-1.5.6, see NEWS file for changes + * Mon Feb 17 2015 Matthieu Hautreux - 1.5.5-3 -- more spec cleanup diff --git a/configure.ac b/configure.ac index 63ba158..8906069 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Package initialisation -AC_INIT([bridge], [1.5.5], [matthieu.hautreux@cea.fr]) +AC_INIT([bridge], [1.5.6], [matthieu.hautreux@cea.fr]) dnl set auxiliary scripts directory (install-sh,...) AC_CONFIG_AUX_DIR([build-aux])