Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzini committed Jul 31, 2010
1 parent 2d7fc72 commit 2eb73a1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
15 changes: 14 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
List of user-visible changes in GNU Smalltalk

NEWS FROM 3.2 TO 3.2.1
NEWS FROM 3.2.1 TO 3.2.2

o Fixes to gst-remote.

o Fixes to the Emacs mode.

o Fixes to compilation warnings.

o Generational GC is broken on SPARC and is now disabled.

o When compiling a 32-bit version on a 64-bit system, detection of
which packages to install was improved.


NEWS FROM 3.2 TO 3.2.1

o All built-in packages can be disabled with a configure option like
--disable-gdbm or --disable-complex.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ dnl Process this file with autoconf to produce a configure script.

dnl 2.63 needed by testsuite, actually
AC_PREREQ(2.63)
AC_INIT([GNU Smalltalk], 3.2.1, help-smalltalk@gnu.org, smalltalk,
AC_INIT([GNU Smalltalk], 3.2.2, help-smalltalk@gnu.org, smalltalk,
[http://smalltalk.gnu.org/])
MAINTAINER="bonzini@gnu.org"

dnl CURRENT:REVISION:AGE means this is the REVISION-th version of
dnl the CURRENT-th interface; all the interface from CURRENT-AGE
dnl to CURRENT are supported.
GST_REVISION(8:0:1)
GST_REVISION(8:1:1)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_CONFIG_SRCDIR([main.c])
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.2.1])
m4_define([AT_PACKAGE_STRING], [GNU Smalltalk 3.2.1])
m4_define([AT_PACKAGE_VERSION], [3.2.2])
m4_define([AT_PACKAGE_STRING], [GNU Smalltalk 3.2.2])
m4_define([AT_PACKAGE_BUGREPORT], [help-smalltalk@gnu.org])

0 comments on commit 2eb73a1

Please sign in to comment.