use PACKAGE_VERSION instead

This commit is contained in:
Love Hornquist Astrand
2009-09-20 01:36:09 -07:00
parent 313a5011ac
commit d55ee89437

View File

@@ -30,7 +30,7 @@ $1 == "#ifdef" || $1 == "#ifndef" || $1 == "#if" || $1 == "#else" || $1 == "#eli
} }
END { END {
print "puts(\"#define ROKEN_VERSION \" VERSION );" print "puts(\"#define ROKEN_VERSION PACKAGE_VERSION \" );"
print "puts(\"\");" print "puts(\"\");"
print "puts(\"#endif /* __ROKEN_H__ */\");" print "puts(\"#endif /* __ROKEN_H__ */\");"
print "return 0;" print "return 0;"