summaryrefslogtreecommitdiff
path: root/ltunify.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-06-14 22:26:38 +0200
committerPeter Wu <peter@lekensteyn.nl>2020-06-14 22:34:05 +0200
commit872a781e07c079b880e36afd5b35504aabd5f7b1 (patch)
treedfc894b235fbf3a8929f4f6f40289512ea95bf37 /ltunify.c
parentb639b7f5c69e01784bf05b62ab63b2561e3fe067 (diff)
downloadltunify-872a781e07c079b880e36afd5b35504aabd5f7b1.tar.gz
Release 0.3v0.3
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 17ec081..1e685b4 100644
--- a/ltunify.c
+++ b/ltunify.c
@@ -35,7 +35,7 @@
#include <stdarg.h>
#ifndef PACKAGE_VERSION
-# define PACKAGE_VERSION "0.2"
+# define PACKAGE_VERSION "0.3"
#endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))