~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to configure.ac

Updates for version 0.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Init autoconf
2
 
AC_INIT(DOLFIN, 0.6.2-1-dev, http://www.fenics.org/bugzilla/)
 
2
AC_INIT(DOLFIN, 0.6.3, http://www.fenics.org/bugzilla/)
3
3
 
4
4
# Init automake
5
5
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION, no-define)