summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS3
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
4 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 988464a..b8616d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-
+0.3.1 Some minor bugs been fixed.
new : support for ecryptfs by Magic-function
diff --git a/NEWS b/NEWS
index cc3dd24..3e7c09f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- new : support for ecryptfs by Magic-function
+ext4magic 0.3.1 new : support for ecryptfs by Magic-function
+
ext4magic 0.3.0 switch to BETA status
Some minor bugs been fixed. compiler warnings eliminated
diff --git a/configure b/configure
index 2cc3fbe..3c141b7 100755
--- a/configure
+++ b/configure
@@ -2497,7 +2497,7 @@ fi
# Define the identity of the package.
PACKAGE=ext4magic
- VERSION=0.3.0
+ VERSION=0.3.1
cat >>confdefs.h <<_ACEOF
diff --git a/configure.in b/configure.in
index 4327ff4..f387971 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(ext4magic, 0.3.0)
+AM_INIT_AUTOMAKE(ext4magic, 0.3.1)
AC_LANG_C
AC_PROG_CC