From 3a474d45f4d1c192c6c52f80f69409497771ba2f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 25 May 2017 20:39:01 -0700 Subject: [PATCH] v1.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 18f75b7..0cc0a55 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ntfs-3g-system-compression], [0.4], [ebiggers3@gmail.com]) +AC_INIT([ntfs-3g-system-compression], [1.0], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/plugin.c]) AC_CONFIG_MACRO_DIR([m4])