summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2012-02-02 13:30:19 +0100
committerRadek Podgorny <radek@podgorny.cz>2012-02-02 13:30:19 +0100
commit72f519d5301fd63cd6e3884267f4d2f5a5eb3a8e (patch)
treec388ecb564ad26ce1942468844d9508829250d5d
parentf93a9873941454cb6b4381d5aee376f0c4b77512 (diff)
downloadunionfs-fuse-72f519d5301fd63cd6e3884267f4d2f5a5eb3a8e.tar.gz
bumped version and added news to NEWS filev0.25
-rw-r--r--NEWS4
-rw-r--r--src/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa901d6..62d7aee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.25
+- Alternate way to specify branches
+- Minor fixes
+
0.24
- Support for liveCDs / live USB sticks (-o chroot)
- Build-in support to change the maximum number of open files
diff --git a/src/version.h b/src/version.h
index 165fc5b..e6f2ddb 100644
--- a/src/version.h
+++ b/src/version.h
@@ -4,5 +4,5 @@
*/
#ifndef _VERSION_H
-#define VERSION "0.24"
+#define VERSION "0.25"
#endif