diff options
author | Guillem Jover <guillem@debian.org> | 2015-03-14 23:57:17 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-05-30 02:57:58 +0200 |
commit | acf1c3f037184ae513fafe4c4adc43b2d57fc95d (patch) | |
tree | c0ad64e5218d739d2c89a351def3c6be4d2353cf /src/main.c | |
parent | bf316c32edf2487d8b4b691ffb82fec368b92a2b (diff) | |
download | dpkg-acf1c3f037184ae513fafe4c4adc43b2d57fc95d.tar.gz |
libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASE
This avoids confusing the project-wide macro with the DPKG_VERSION_
namespaced ones.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 631dcc4d3..99f0e118b 100644 --- a/src/main.c +++ b/src/main.c @@ -59,7 +59,7 @@ static void DPKG_ATTR_NORET printversion(const struct cmdinfo *ci, const char *value) { printf(_("Debian '%s' package management program version %s.\n"), - DPKG, DPKG_VERSION_ARCH); + DPKG, PACKAGE_RELEASE); printf(_( "This is free software; see the GNU General Public License version 2 or\n" "later for copying conditions. There is NO warranty.\n")); |