index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rwxr-xr-x | scripts/makepkg | 2 | ||||
-rwxr-xr-x | scripts/repo-add | 2 |
@@ -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="" |