diff options
author | Judd Vinet <judd@archlinux.org> | 2006-01-02 19:55:35 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2006-01-02 19:55:35 +0000 |
commit | 96de3501ab94f724fd3f29abcbbab4399c29a6a1 (patch) | |
tree | fff441eb4dd4782d1ec6c4efe6f0efe001ca9573 /lib/libalpm/list.c | |
parent | 656a887d3589d1f03378c2d35e511ddc178e6a40 (diff) | |
download | pacman-96de3501ab94f724fd3f29abcbbab4399c29a6a1.tar.xz |
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Diffstat (limited to 'lib/libalpm/list.c')
-rw-r--r-- | lib/libalpm/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/list.c b/lib/libalpm/list.c index 8bf0d702..e253d1cc 100644 --- a/lib/libalpm/list.c +++ b/lib/libalpm/list.c @@ -1,7 +1,7 @@ /* * list.c * - * Copyright (c) 2002-2005 by Judd Vinet <jvinet@zeroflux.org> + * Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |