~aranha/aranha/mainline

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Daniel Silverstone
  • Date: 2009-05-22 10:39:24 UTC
  • mto: (117.1.37 aranha)
  • mto: This revision was merged to the branch mainline in revision 118.
  • Revision ID: dsilvers@digital-scurf.org-20090522103924-88v3s45fvwvwi1zo
Update configure.ac to 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
# Tell autoconf about the package. The last element
29
29
# is the bug-tracking address if needed
30
 
AC_INIT(aranha, [0.0.4], [aranha@pepperfish.net])
 
30
AC_INIT(aranha, [0.1.0], [aranha@pepperfish.net])
31
31
 
32
32
# Tell gettext, etc to find stuff in the m4 dir
33
33
AC_CONFIG_MACRO_DIR(m4)