summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-01-02 20:55:35 +0100
committerJudd Vinet <judd@archlinux.org>2006-01-02 20:55:35 +0100
commit96de3501ab94f724fd3f29abcbbab4399c29a6a1 (patch)
treefff441eb4dd4782d1ec6c4efe6f0efe001ca9573 /src/pacman/pacman.c
parent656a887d3589d1f03378c2d35e511ddc178e6a40 (diff)
downloadpacman-96de3501ab94f724fd3f29abcbbab4399c29a6a1.tar.gz
pacman-96de3501ab94f724fd3f29abcbbab4399c29a6a1.tar.xz
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 40d9b5cf..3543afea 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -1,7 +1,7 @@
/*
* pacman.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
@@ -572,8 +572,8 @@ void usage(int op, char *myname)
void version()
{
printf("\n");
- printf(" .--. Pacman v%s - libalpm v%s\n", PACMAN_VERSION, PM_VERSION);
- printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2005 Judd Vinet <jvinet@zeroflux.org>\n");
+ printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, PM_VERSION);
+ printf("/ _.-' .-. .-. .-. Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>\n");
printf("\\ '-. '-' '-' '-' \n");
printf(" '--' This program may be freely redistributed under\n");
printf(" the terms of the GNU General Public License\n");