From afec5e46a4c320c5b5e2bf7ee128490377733bef Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 28 Apr 2007 08:26:37 +0000 Subject: Bumps for pacman 3.0.3 --- NEWS | 2 ++ configure.ac | 2 +- scripts/makepkg | 2 +- scripts/repo-add | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 57a9da74..8a43ff93 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +3.0.3 - Updated translations + - repo-add: fixed a desc file clobbering issue 3.0.2 - fix a bug where pre/post_remove scriptlets were not ran - ensure ldconfig is ran in all operations - added a few new translations, updated existing ones diff --git a/configure.ac b/configure.ac index 6396b54d..2907d0ad 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ CFLAGS="" AC_PREREQ(2.59) dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots -AC_INIT([Pacman package manager], 3.0.2, [pacman-dev@archlinux.org], [pacman]) +AC_INIT([Pacman package manager], 3.0.3, [pacman-dev@archlinux.org], [pacman]) AC_LANG([C]) AC_CONFIG_HEADERS(config.h) AC_CANONICAL_HOST diff --git a/scripts/makepkg b/scripts/makepkg index ebd6b543..3ff28ee3 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -25,7 +25,7 @@ # USA. # -myver='3.0.0' +myver='3.0.3' startdir=$(pwd) BUILDSCRIPT="PKGBUILD" diff --git a/scripts/repo-add b/scripts/repo-add index 9a134688..8a06b270 100755 --- a/scripts/repo-add +++ b/scripts/repo-add @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. -myver='3.0.0' +myver='3.0.3' FORCE=0 REPO_DB_FILE="" -- cgit v1.2.3-54-g00ecf