Skip to content

Commit

Permalink
Bump version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smaret committed Oct 15, 2012
1 parent 1071c33 commit 3e91723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# along with Astrochem. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.59)
AC_INIT(astrochem, 0.5-dev, [email protected])
RELEASE_DATE="Not released yet"
AC_INIT(astrochem, 0.5, [email protected])
RELEASE_DATE="October 15, 2012"
AC_SUBST([RELEASE_DATE])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
Expand Down Expand Up @@ -111,4 +111,4 @@ echo "Python interpreter: ${PYTHON}
Python version: ${PYTHON_VERSION}
Numpy module: ${HAVE_PYMOD_NUMPY}
Biggles module: ${HAVE_PYMOD_BIGGLES}
============================================="
============================================="

0 comments on commit 3e91723

Please sign in to comment.