Release version 1.4.1.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Sep 2020 23:15:27 +0000 (16:15 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Sep 2020 23:21:00 +0000 (16:21 -0700)
This commit moves the version number *backward*, because we decided
that it was necessary to release 1.4.1 with all of the commits that
were currently on master.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0d969504fcef0331101985913c792c02b51eea8d..0f7465fd3e9c1cc1330827569a888f93f87d423d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,11 @@ See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
-Changes from 1.4.0 to 1.5.0:
+Changes from 1.4.0 to 1.4.1:
+
+ * Bug fixes.
+
+ * Translation updates.
 
  * HTML output is now HTML5 instead of HTML4.0 Transitional.
 
index ab68fe2e132be8548201391de87aa1d56fc58b93..d7c7269da335c495c58c704017d10fb5a3ae4136 100644 (file)
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Initialize.
 AC_PREREQ(2.63)
-AC_INIT([GNU PSPP], [1.5.0], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [1.4.1], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])