From 3d95661a79755294f3d50ede5d626dbf5fa3a2c3 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Thu, 25 Apr 2013 12:25:34 +0200 Subject: ltunify: version 0.1 --- ltunify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltunify.c b/ltunify.c index 63a5316..382f41d 100644 --- a/ltunify.c +++ b/ltunify.c @@ -32,7 +32,7 @@ #include /* for getopt_long */ #ifndef PACKAGE_VERSION -# define PACKAGE_VERSION "dev" +# define PACKAGE_VERSION "0.1" #endif #define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a)) -- cgit v1.2.1