summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2013-04-25 12:25:34 +0200
committerPeter Wu <lekensteyn@gmail.com>2013-04-25 12:25:34 +0200
commit3d95661a79755294f3d50ede5d626dbf5fa3a2c3 (patch)
tree92794ecfbbf30c835d0a5ef2295c1073e08cce7b
parent7a1643e6fa7d654be89d8ce4d04170108f7ba5e5 (diff)
downloadltunify-3d95661a79755294f3d50ede5d626dbf5fa3a2c3.tar.gz
ltunify: version 0.1v0.1
-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))