1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-10 11:35:00 -05:00

* Version number bump

This commit is contained in:
Aaron Griffin 2007-04-04 05:03:52 +00:00
parent 10ba636987
commit cfbec7464f

View File

@ -3,7 +3,7 @@ CFLAGS=""
AC_PREREQ(2.59) AC_PREREQ(2.59)
dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots
AC_INIT([Pacman package manager], 3.0.0, [pacman-dev@archlinux.org], [pacman]) AC_INIT([Pacman package manager], 3.0.1, [pacman-dev@archlinux.org], [pacman])
AC_LANG([C]) AC_LANG([C])
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AC_CANONICAL_HOST AC_CANONICAL_HOST