diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-18 11:18:25 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-18 11:18:25 +0900 |
commit | 0f4ff91467f9cd2b14f460297d0e7dcb84f80840 (patch) | |
tree | 2b10b3dc2b0eef1aac6880096423fa575e771eca /configure.ac | |
parent | bb0ada3bddfeeb4e98d3415c37266061c865005f (diff) | |
download | ecryptfs-utils-0f4ff91467f9cd2b14f460297d0e7dcb84f80840.tar.gz ecryptfs-utils-0f4ff91467f9cd2b14f460297d0e7dcb84f80840.tar.bz2 ecryptfs-utils-0f4ff91467f9cd2b14f460297d0e7dcb84f80840.zip |
Imported Upstream version 105upstream/105
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 813773b..3baca1e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.59) -AC_INIT([ecryptfs-utils],[104]) +AC_INIT([ecryptfs-utils],[105]) AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}]) |