summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ltunify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltunify.c b/ltunify.c
index 63a5316..382f41d 100644
--- a/ltunify.c
+++ b/ltunify.c
@@ -32,7 +32,7 @@
#include <getopt.h> /* for getopt_long */
#ifndef PACKAGE_VERSION
-# define PACKAGE_VERSION "dev"
+# define PACKAGE_VERSION "0.1"
#endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))