~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: patrick crews
  • Date: 2010-10-14 01:46:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1848.
  • Revision ID: gleebix@gmail.com-20101014014605-kovzim0bwwan80vo
Tags: 2010.10.01
Tweak configure.ac for release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
AC_PREREQ(2.59)dnl              Minimum Autoconf version required.
21
21
dnl Version from the AC_INIT call below is overridden later
22
22
dnl So don't update it here
23
 
AC_INIT([drizzle7],[2010.10.01pre],[http://bugs.launchpad.net/drizzle])
 
23
AC_INIT([drizzle7],[2010.10.01],[http://bugs.launchpad.net/drizzle])
24
24
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
25
25
AC_CONFIG_AUX_DIR([config])
26
26