~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Dustin Kirkland
  • Date: 2009-10-14 19:48:41 UTC
  • Revision ID: kirkland@canonical.com-20091014194841-hiiqmavysw1we5pr
open 82 for development

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
 
12
12
AC_PREREQ(2.59)
13
 
AC_INIT([ecryptfs-utils],[80])
 
13
AC_INIT([ecryptfs-utils],[82])
14
14
AC_CANONICAL_HOST
15
15
AC_CANONICAL_TARGET
16
16
AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])