diff options
author | Judd Vinet <judd@archlinux.org> | 2005-10-17 21:06:54 +0200 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-10-17 21:06:54 +0200 |
commit | 3125ef430f045407ff2476fe1be96ef17d415cfe (patch) | |
tree | 9554753f1a141a116e5048613f0c52551372f3ed /configure.in | |
parent | a1526a3e7dda31e236985ab465a5befa298eef26 (diff) | |
download | pacman-3125ef430f045407ff2476fe1be96ef17d415cfe.tar.gz pacman-3125ef430f045407ff2476fe1be96ef17d415cfe.tar.xz |
bumped up PACMAN_VERSION
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4c3e6ebd..94549547 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ AC_SUBST(PM_VERSION) AC_SUBST(PM_VERSION_INFO) dnl Define here the pacman binary program version number -PACMAN_VERSION=0.9.5 +PACMAN_VERSION=2.9.9 AC_SUBST(PACMAN_VERSION) dnl Put out version numbers to config.h |