[pure-lang-svn] SF.net SVN: pure-lang: [302] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-24 15:36:00
|
Revision: 302 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=302&view=rev Author: agraef Date: 2008-06-24 08:33:43 -0700 (Tue, 24 Jun 2008) Log Message: ----------- Bump version number. Modified Paths: -------------- pure/trunk/ChangeLog pure/trunk/configure pure/trunk/configure.ac Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-06-24 15:21:36 UTC (rev 301) +++ pure/trunk/ChangeLog 2008-06-24 15:33:43 UTC (rev 302) @@ -1,5 +1,7 @@ 2008-06-24 Albert Graef <Dr....@t-...> + * configure.ac: Bump version number. + * pure.cc, lexer.ll: Bugfix: include external symbols in command completion. Modified: pure/trunk/configure =================================================================== --- pure/trunk/configure 2008-06-24 15:21:36 UTC (rev 301) +++ pure/trunk/configure 2008-06-24 15:33:43 UTC (rev 302) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for pure 0.4. +# Generated by GNU Autoconf 2.61 for pure 0.5. # # 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.4' -PACKAGE_STRING='pure 0.4' +PACKAGE_VERSION='0.5' +PACKAGE_STRING='pure 0.5' 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.4 to adapt to many kinds of systems. +\`configure' configures pure 0.5 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.4:";; + short | recursive ) echo "Configuration of pure 0.5:";; 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.4 +pure configure 0.5 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.4, which was +It was created by pure $as_me 0.5, 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.4, which was +This file was extended by pure $as_me 0.5, 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.4 +pure config.status 0.5 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-24 15:21:36 UTC (rev 301) +++ pure/trunk/configure.ac 2008-06-24 15:33:43 UTC (rev 302) @@ -2,7 +2,7 @@ dnl To regenerate the configury after changes: dnl autoconf -I config && autoheader -I config -AC_INIT(pure, 0.4) +AC_INIT(pure, 0.5) 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. |