[pure-lang-svn] SF.net SVN: pure-lang: [206] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-13 10:47:29
|
Revision: 206 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=206&view=rev Author: agraef Date: 2008-06-13 03:47:29 -0700 (Fri, 13 Jun 2008) Log Message: ----------- Bump version number. Modified Paths: -------------- pure/trunk/INSTALL pure/trunk/configure pure/trunk/configure.ac Modified: pure/trunk/INSTALL =================================================================== --- pure/trunk/INSTALL 2008-06-13 10:33:49 UTC (rev 205) +++ pure/trunk/INSTALL 2008-06-13 10:47:29 UTC (rev 206) @@ -76,7 +76,7 @@ section. STEP 5. Configure, build and install Pure as follows (x.y denotes the current -Pure version number, 0.3 at the time of this writing): +Pure version number, 0.4 at the time of this writing): $ cd pure-x.y $ ./configure @@ -102,10 +102,10 @@ Run Pure interactively as: $ pure -Pure 0.3 (i686-pc-linux-gnu) Copyright (c) 2008 by Albert Graef +Pure 0.4 (i686-pc-linux-gnu) Copyright (c) 2008 by Albert Graef This program is free software distributed under the GNU Public License (GPL V3 or later). Please see the COPYING file for details. -Loaded prelude from /usr/local/lib/pure/prelude.pure. +Loaded prelude from /usr/local/lib/pure-0.4/prelude.pure. Check that it works: Modified: pure/trunk/configure =================================================================== --- pure/trunk/configure 2008-06-13 10:33:49 UTC (rev 205) +++ pure/trunk/configure 2008-06-13 10:47:29 UTC (rev 206) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for pure 0.3. +# Generated by GNU Autoconf 2.61 for pure 0.4. # # 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.3' -PACKAGE_STRING='pure 0.3' +PACKAGE_VERSION='0.4' +PACKAGE_STRING='pure 0.4' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -1198,7 +1198,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.3 to adapt to many kinds of systems. +\`configure' configures pure 0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1263,7 +1263,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pure 0.3:";; + short | recursive ) echo "Configuration of pure 0.4:";; esac cat <<\_ACEOF @@ -1356,7 +1356,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pure configure 0.3 +pure configure 0.4 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1370,7 +1370,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.3, which was +It was created by pure $as_me 0.4, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -5764,7 +5764,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.3, which was +This file was extended by pure $as_me 0.4, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5813,7 +5813,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -pure config.status 0.3 +pure config.status 0.4 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-06-13 10:33:49 UTC (rev 205) +++ pure/trunk/configure.ac 2008-06-13 10:47:29 UTC (rev 206) @@ -1,5 +1,5 @@ -AC_INIT(pure, 0.3) +AC_INIT(pure, 0.4) AC_CONFIG_HEADERS(config.h) dnl Determine host information. AC_CANONICAL_HOST This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |