From e37b5b9a839b55934c1712114ccbfd6db061c715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 30 Jan 2011 12:36:59 +0000 Subject: use standard names (PACKAGE_* rather than LIBRARAY_*) svn path=/trunk/externals/iem/iemmatrix/; revision=14840 --- src/iemmatrix.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/iemmatrix.h') diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 5021ed0..d03b611 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -58,8 +58,11 @@ # include "config.h" #endif /* HAVE_CONFIG_H */ -#define VERSION "0.1" - +#ifdef PACKAGE_VERSION +# define VERSION PACKAGE_VERSION +#else +# define VERSION "(unknown)" +#endif #include #include -- cgit v1.2.1