From be4c491ceb34f04c3352ddd1d3c4672560e7ea8c Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 28 May 2018 09:38:29 +1000 Subject: Release v.5.1.0 Signed-off-by: Allan McRae --- RELEASE | 4 ++-- configure.ac | 8 ++++---- doc/index.asciidoc | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/RELEASE b/RELEASE index 7a0ec3ae..c9949253 100644 --- a/RELEASE +++ b/RELEASE @@ -8,8 +8,8 @@ The following checklist should be used for making a pacman release. - Update NEWS and README files - Pull translation updates from Transifex - Update version in configure.ac as described in file -- Update doc/index.txt -- Create a signed git tag (git tag -x vX.Y.Z -m "commit message") +- Update doc/index.asciidoc +- Create a signed git tag (git tag -s vX.Y.Z -m "commit message") - Create and sign release tarballs (generate with "make distcheck") - Update pacman website diff --git a/configure.ac b/configure.ac index a820b6de..fb9d18e1 100644 --- a/configure.ac +++ b/configure.ac @@ -41,13 +41,13 @@ AC_PREREQ(2.64) # Bugfix releases: # pacman_version_micro += 1 -m4_define([lib_current], [10]) -m4_define([lib_revision], [1]) +m4_define([lib_current], [11]) +m4_define([lib_revision], [0]) m4_define([lib_age], [0]) m4_define([pacman_version_major], [5]) -m4_define([pacman_version_minor], [0]) -m4_define([pacman_version_micro], [1]) +m4_define([pacman_version_minor], [1]) +m4_define([pacman_version_micro], [0]) m4_define([pacman_version], [pacman_version_major.pacman_version_minor.pacman_version_micro]) diff --git a/doc/index.asciidoc b/doc/index.asciidoc index 48510830..7d30e11d 100644 --- a/doc/index.asciidoc +++ b/doc/index.asciidoc @@ -75,6 +75,7 @@ Releases [frame="topbot",grid="none",options="header,autowidth"] !====== !Version !Date +!5.1.0 !2017-05-28 !5.0.1 !2016-02-23 !5.0.0 !2016-01-30 !4.2.1 !2015-02-20 -- cgit v1.2.3-24-g4f1b