From d55ee89437264d02b87639c167ccde517d7add0d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 20 Sep 2009 01:36:09 -0700 Subject: [PATCH] use PACKAGE_VERSION instead --- lib/roken/roken.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.awk b/lib/roken/roken.awk index 9c9e526cc..d087bb6af 100644 --- a/lib/roken/roken.awk +++ b/lib/roken/roken.awk @@ -30,7 +30,7 @@ $1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#eli } END { - print "puts(\"#define ROKEN_VERSION \" VERSION );" + print "puts(\"#define ROKEN_VERSION PACKAGE_VERSION \" );" print "puts(\"\");" print "puts(\"#endif /* __ROKEN_H__ */\");" print "return 0;"