summaryrefslogtreecommitdiff
path: root/ltunify.c
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2013-07-23 14:22:20 +0200
committerPeter Wu <lekensteyn@gmail.com>2013-07-23 14:22:20 +0200
commit63064a01f1aae0dbf93ad73741cc5da303535280 (patch)
treed6cd4f8fbe320cb9f44475b2c6a62e78bf7538f1 /ltunify.c
parent9d5ac81f3255179bab5a8c084daae13da8c86617 (diff)
downloadltunify-63064a01f1aae0dbf93ad73741cc5da303535280.tar.gz
Add NEWS file, update to 0.2v0.2
Diffstat (limited to 'ltunify.c')
-rw-r--r--ltunify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltunify.c b/ltunify.c
index d348349..3da00d7 100644
--- a/ltunify.c
+++ b/ltunify.c
@@ -33,7 +33,7 @@
#include <libgen.h> /* for basename, used during discovery */
#ifndef PACKAGE_VERSION
-# define PACKAGE_VERSION "0.1"
+# define PACKAGE_VERSION "0.2"
#endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))