Skip to content

Commit

Permalink
bump version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzini committed Oct 19, 2008
1 parent 48f66b7 commit a20dde2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl with this software.
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT([GNU Smalltalk], 3.0.4, help-smalltalk@gnu.org, smalltalk)
AC_INIT([GNU Smalltalk], 3.0.5, help-smalltalk@gnu.org, smalltalk)
MAINTAINER="bonzini@gnu.org"

dnl CURRENT:REVISION:AGE means this is the REVISION-th version of
Expand Down
4 changes: 2 additions & 2 deletions tests/package.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Signature of the current package.
m4_define([AT_PACKAGE_NAME], [GNU Smalltalk])
m4_define([AT_PACKAGE_TARNAME], [smalltalk])
m4_define([AT_PACKAGE_VERSION], [3.0.4])
m4_define([AT_PACKAGE_STRING], [GNU Smalltalk 3.0.4])
m4_define([AT_PACKAGE_VERSION], [3.0.5])
m4_define([AT_PACKAGE_STRING], [GNU Smalltalk 3.0.5])
m4_define([AT_PACKAGE_BUGREPORT], [help-smalltalk@gnu.org])
10 changes: 5 additions & 5 deletions tests/testsuite
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ fi
# List of tests.
if $at_list_p; then
cat <<_ATEOF
GNU Smalltalk 3.0.4 test suite test groups:
GNU Smalltalk 3.0.5 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
Expand All @@ -991,7 +991,7 @@ _ATEOF
exit 0
fi
if $at_version_p; then
echo "$as_me (GNU Smalltalk 3.0.4)"
echo "$as_me (GNU Smalltalk 3.0.5)"
cat <<\_ACEOF
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
Expand Down Expand Up @@ -1075,13 +1075,13 @@ exec 5>>"$at_suite_log"
# Banners and logs.
cat <<\_ASBOX
## ------------------------------- ##
## GNU Smalltalk 3.0.4 test suite. ##
## GNU Smalltalk 3.0.5 test suite. ##
## ------------------------------- ##
_ASBOX
{
cat <<\_ASBOX
## ------------------------------- ##
## GNU Smalltalk 3.0.4 test suite. ##
## GNU Smalltalk 3.0.5 test suite. ##
## ------------------------------- ##
_ASBOX
echo
Expand Down Expand Up @@ -9722,7 +9722,7 @@ _ASBOX
echo "Please send \`${at_testdir+${at_testdir}/}$as_me.log' and all information you think might help:"
echo
echo " To: <help-smalltalk@gnu.org>"
echo " Subject: [GNU Smalltalk 3.0.4] $as_me:$at_fail_list${at_fail_list:+ failed${at_xpass_list:+,}}$at_xpass_list${at_xpass_list:+ passed unexpectedly}"
echo " Subject: [GNU Smalltalk 3.0.5] $as_me:$at_fail_list${at_fail_list:+ failed${at_xpass_list:+,}}$at_xpass_list${at_xpass_list:+ passed unexpectedly}"
echo
if test $at_debug_p = false; then
echo
Expand Down

0 comments on commit a20dde2

Please sign in to comment.