index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-04-28 20:07:17 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-28 20:07:17 -0400 |
commit | ea327cab843397a5727a8a0dd560aab8e0975df6 (patch) | |
tree | 107871065d1747af13f5bc5c5f2142fe37332395 | |
parent | eeb38ef677a1a08089222f6553a70ca7306503ea (diff) |
-rw-r--r-- | configure.ac | 6 |
diff --git a/configure.ac b/configure.ac index baafd823..3ee1567a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ 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.1, [pacman-dev@archlinux.org], [pacman]) +AC_INIT([Pacman package manager], 3.1.0-dev, [pacman-dev@archlinux.org], [pacman]) AC_LANG([C]) AC_CONFIG_HEADERS(config.h) AC_CANONICAL_HOST @@ -10,8 +10,8 @@ AM_GNU_GETTEXT_VERSION(0.13.1) dnl Define the libalpm version number here LIB_MAJOR_VERSION=1 -LIB_MINOR_VERSION=0 -LIB_MICRO_VERSION=0 +LIB_MINOR_VERSION=1 +LIB_MICRO_VERSION=1 LIB_VERSION=$LIB_MAJOR_VERSION.$LIB_MINOR_VERSION.$LIB_MICRO_VERSION dnl Needed for libtool to create proper shared lib version. dnl This is not completely correct- see |