configure: Update version number to 0.8.2. 20140114030509/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 14 Jan 2014 05:41:40 +0000 (21:41 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 14 Jan 2014 05:41:40 +0000 (21:41 -0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5b74b1d19aa4de389d216040ab136ab2c951f19d..9c0fc96c6a8c8d2eed5d0f05b7502370c60a9bab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
 PSPP NEWS -- history of user-visible changes.
-Copyright (C) 1996-2000, 2008-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2000, 2008-2014 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
  
-Changes from 0.8.1 to 0.8.1.1:
+Changes from 0.8.1 to 0.8.2:
 
  * Charts are now rendered with colours from the Tango palette instead
    of fully saturated primaries.
index 7c13f55c40abeb5edbe95c24a97afbc09fae75d1..7ec5a0231a4c250c433a00d918f59cd86d4fe5a8 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Initialize.
 AC_PREREQ(2.63)
-AC_INIT([GNU PSPP], [0.8.1.1], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [0.8.2], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])