~ubuntu-branches/ubuntu/wily/ophcrack/wily

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2009-04-30 20:36:20 UTC
  • mfrom: (1.1.4 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090430203620-e1fkroviiz2vnhqj
Tags: 3.2.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13, USA
17
17
 
18
 
#$Rev: 141 $
19
 
#$Date: 2009-03-10 14:49:12 +0100 (Tue, 10 Mar 2009) $
 
18
#$Rev: 143 $
 
19
#$Date: 2009-04-01 14:25:23 +0200 (Wed, 01 Apr 2009) $
20
20
 
21
21
#                                               -*- Autoconf -*-
22
22
# Process this file with autoconf to produce a configure script.
23
23
 
24
24
AC_PREREQ(2.60)
25
 
AC_INIT(ophcrack, 3.2.0, http://ophcrack.sf.net)
 
25
AC_INIT(ophcrack, 3.2.1, http://ophcrack.sf.net)
26
26
AC_CONFIG_SRCDIR([src/table.h])
27
27
AC_CONFIG_HEADER([config.h])
28
28
 
29
29
AC_SUBST(MAJOR,[3])
30
30
AC_SUBST(MINOR,[2])
31
 
AC_SUBST(MAINT,[0])
 
31
AC_SUBST(MAINT,[1])
32
32
 
33
33
m4_include([config/ax_path_qmake4.m4])
34
34
m4_include([config/ax_path_moc4.m4])