From 043897bba4dc2b9ff0149b37fb3fceefaa2cd36f Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 20 Sep 2009 01:36:42 -0700 Subject: [PATCH] remove ROKEN_VERSION --- cf/roken-h-process.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/cf/roken-h-process.pl b/cf/roken-h-process.pl index 2c4e305ed..a54c9216d 100644 --- a/cf/roken-h-process.pl +++ b/cf/roken-h-process.pl @@ -128,7 +128,6 @@ while () { } } -print OUT "#define ROKEN_VERSION " . $defines{"PACKAGE_VERSION"} . "\n"; print OUT "\n"; print OUT "#endif /* __ROKEN_H__ */\n";