summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2018-05-28 01:38:29 +0200
committerAllan McRae <allan@archlinux.org>2018-05-28 01:38:29 +0200
commitbe4c491ceb34f04c3352ddd1d3c4672560e7ea8c (patch)
treef0024bbb10d64da32154c9775c7c7fd7ae3f8cb4
parentca128f2efff05449c4c6888fcb15136bd518cae5 (diff)
downloadpacman-5.1.0.tar.gz
pacman-5.1.0.tar.xz
Release v.5.1.0v5.1.0
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--RELEASE4
-rw-r--r--configure.ac8
-rw-r--r--doc/index.asciidoc1
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