aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix.h
diff options
context:
space:
mode:
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>