[pure-lang-svn] SF.net SVN: pure-lang:[609] pure/trunk
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-08-25 20:25:51
|
Revision: 609
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=609&view=rev
Author: agraef
Date: 2008-08-25 20:25:57 +0000 (Mon, 25 Aug 2008)
Log Message:
-----------
Bump version number. (Needs reconfigure.)
Modified Paths:
--------------
pure/trunk/ChangeLog
pure/trunk/configure
pure/trunk/configure.ac
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-08-25 20:24:03 UTC (rev 608)
+++ pure/trunk/ChangeLog 2008-08-25 20:25:57 UTC (rev 609)
@@ -17,6 +17,8 @@
macro definition can never refer to anything outside the macro
definition. (These are also known as "hygienic" macros.)
+ * configure.ac: Bump version number. (Needs reconfigure.)
+
2008-08-24 Albert Graef <Dr....@t-...>
* 0.5 release.
Modified: pure/trunk/configure
===================================================================
--- pure/trunk/configure 2008-08-25 20:24:03 UTC (rev 608)
+++ pure/trunk/configure 2008-08-25 20:25:57 UTC (rev 609)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for pure 0.5.
+# Generated by GNU Autoconf 2.61 for pure 0.6.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -572,8 +572,8 @@
# Identity of this package.
PACKAGE_NAME='pure'
PACKAGE_TARNAME='pure'
-PACKAGE_VERSION='0.5'
-PACKAGE_STRING='pure 0.5'
+PACKAGE_VERSION='0.6'
+PACKAGE_STRING='pure 0.6'
PACKAGE_BUGREPORT=''
# Factoring default headers for most tests.
@@ -1199,7 +1199,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures pure 0.5 to adapt to many kinds of systems.
+\`configure' configures pure 0.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1264,7 +1264,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pure 0.5:";;
+ short | recursive ) echo "Configuration of pure 0.6:";;
esac
cat <<\_ACEOF
@@ -1357,7 +1357,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-pure configure 0.5
+pure configure 0.6
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1371,7 +1371,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by pure $as_me 0.5, which was
+It was created by pure $as_me 0.6, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -5870,7 +5870,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by pure $as_me 0.5, which was
+This file was extended by pure $as_me 0.6, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5919,7 +5919,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-pure config.status 0.5
+pure config.status 0.6
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: pure/trunk/configure.ac
===================================================================
--- pure/trunk/configure.ac 2008-08-25 20:24:03 UTC (rev 608)
+++ pure/trunk/configure.ac 2008-08-25 20:25:57 UTC (rev 609)
@@ -2,7 +2,7 @@
dnl To regenerate the configury after changes:
dnl autoconf -I config && autoheader -I config
-AC_INIT(pure, 0.5)
+AC_INIT(pure, 0.6)
AC_CONFIG_AUX_DIR(config)
dnl AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|