mirror of
https://github.com/vgough/encfs.git
synced 2025-02-16 09:49:46 +01:00
bump version to 1.7.3
git-svn-id: http://encfs.googlecode.com/svn/trunk@65 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
d57259dbdd
commit
63ed59cf11
@ -1,7 +1,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT(encfs/encfs.h) dnl a source file from your sub dir
|
||||
AM_INIT_AUTOMAKE(encfs, 1.7.2) dnl searches for some needed programs
|
||||
AM_INIT_AUTOMAKE(encfs, 1.7.3) dnl searches for some needed programs
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AM_CONDITIONAL([DARWIN],
|
||||
|
@ -47,7 +47,7 @@ endif
|
||||
# : : 0 => no new interfaces, but breaks old apps
|
||||
# : +1 : => internal changes, nothing breaks
|
||||
#
|
||||
libencfs_la_LDFLAGS = -version-info 6:0:0
|
||||
libencfs_la_LDFLAGS = -version-info 6:1:0
|
||||
libencfs_la_LIBADD = @RLOG_LIBS@ \
|
||||
@OPENSSL_LIBS@ \
|
||||
@BOOST_SERIALIZATION_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_SYSTEM_LIB@
|
||||
|
Loading…
Reference in New Issue
Block a user