aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-30 12:36:59 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-30 12:36:59 +0000
commite37b5b9a839b55934c1712114ccbfd6db061c715 (patch)
tree36edc953d7e236f82cca66dabc02812f09307e0c /src/iemmatrix.h
parent7c31ec53d229b3082acb451d1f2a213e68095c4c (diff)
use standard names (PACKAGE_* rather than LIBRARAY_*)
svn path=/trunk/externals/iem/iemmatrix/; revision=14840
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r--src/iemmatrix.h7
1 files changed, 5 insertions, 2 deletions
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 <math.h>
#include <stdio.h>