From: Mikael Magnusson Date: Wed, 10 Feb 2010 01:29:53 +0000 (+0100) Subject: Use correct ac variable in version.h.in X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=4f83a15fa143999ed839011dad92d79bd2a5c065 Use correct ac variable in version.h.in --- diff --git a/version.h.in b/version.h.in index 1cfeb5c4..0602a2ac 100644 --- a/version.h.in +++ b/version.h.in @@ -1,6 +1,6 @@ #ifndef ob__version_h #define ob__version_h -#define OPENBOX_VERSION "@OPENBOX_VERSION@" +#define OPENBOX_VERSION "@OB_VERSION@" #endif