Prepare 1.4.0-rc1 (some minor fixes still needed).
authorMilan Broz <gmazyland@gmail.com>
Sun, 9 Oct 2011 21:20:01 +0000 (21:20 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sun, 9 Oct 2011 21:20:01 +0000 (21:20 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@634 36d66b0a-2a48-0410-832c-cd162a569da5

configure.in
docs/examples/Makefile

index 8f5e853..921e50d 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.4.0-cvs])
+AC_INIT([cryptsetup],[1.4.0-rc1])
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
index b3aef2a..e275186 100644 (file)
@@ -1,7 +1,7 @@
 # LD_LIBRARY_PATH=../../lib/.libs
 TARGETS=crypt_log_usage crypt_luks_usage
 CFLAGS=-O0 -g -Wall -D_GNU_SOURCE -I../../lib
-LDLIBS=-lcryptsetup -L../../lib/.libs 
+LDLIBS=-lcryptsetup -L../../lib/.libs
 CC=gcc
 
 all: $(TARGETS)