summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2012-09-11 00:06:20 +0200
committerRadek Podgorny <radek@podgorny.cz>2012-09-11 00:06:20 +0200
commitefac5b7aa91ec860f8f430a8d21060fe53a07002 (patch)
treed634bcb60adbb8efc2b6e094bdf0750bc1a66199
parentf89b7d1a403e7dd4d9da1707e489964f89af675e (diff)
downloadunionfs-fuse-efac5b7aa91ec860f8f430a8d21060fe53a07002.tar.gz
version bumpv0.26
-rw-r--r--NEWS2
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c148a9f..7315003 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-?.?
+0.26
- use BUILD_PATH instead of snprintf, which will
return -ENAMETOOLONG if the path is too long instead of simply
using a wrong path
diff --git a/src/version.h b/src/version.h
index e6f2ddb..f2f15e0 100644
--- a/src/version.h
+++ b/src/version.h
@@ -4,5 +4,5 @@
*/
#ifndef _VERSION_H
-#define VERSION "0.25"
+#define VERSION "0.26"
#endif