From de4c2af324e54c3b4ad545a89300dc4dc4676a98 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 7 Aug 2007 14:55:14 +0000 Subject: Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake PACKAGE/VERSION ones. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4597 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/expandos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/expandos.c') diff --git a/src/core/expandos.c b/src/core/expandos.c index 5849bfba..136e1634 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -319,7 +319,7 @@ static char *expando_last_invite(SERVER_REC *server, void *item, int *free_ret) /* client version text string */ static char *expando_version(SERVER_REC *server, void *item, int *free_ret) { - return IRSSI_VERSION; + return PACKAGE_VERSION; } /* current value of CMDCHARS */ -- cgit v1.2.3