diff options
author | Dan McGee <dan@archlinux.org> | 2007-06-18 02:15:36 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-18 02:15:36 +0200 |
commit | 0cfb412220f3513e23aba9105d756246e5866ca6 (patch) | |
tree | a6c9d0e8ae5b5e764831c218342adf2c61724ea8 /configure.ac | |
parent | 5786c6e4a31b75fdb07f1e1e43741910053f559f (diff) | |
download | pacman-0cfb412220f3513e23aba9105d756246e5866ca6.tar.gz pacman-0cfb412220f3513e23aba9105d756246e5866ca6.tar.xz |
Check in changes for 3.0.5 release (mostly backports)v3.0.5
* Update the mirrorlist
* Fix FS7338- the previous repo-add fix didn't quite do the job, but it
should be fixed now.
* Small updates to translations files
* Add -mtune=generic to default CFLAGS (req'd by GCC 4.2)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4aec3475..5138ed6a 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.4, [pacman-dev@archlinux.org], [pacman]) +AC_INIT([Pacman package manager], 3.0.5, [pacman-dev@archlinux.org], [pacman]) AC_LANG([C]) AC_CONFIG_HEADERS(config.h) AC_CANONICAL_HOST |