From cf749f79f1c353cc5aac1013aeef5ed0eb0f63ee Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sat, 23 Feb 2008 20:19:05 +0100
Subject: [PATCH] paraslash 0.3.1

---
 NEWS              | 6 +++---
 configure.ac      | 2 +-
 web/index.in.html | 4 ++++
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 1c5ecb0c..117ce0c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 NEWS
 ====
 
---------------------------------------------
-0.3.1 (to be announced) "liquid interaction"
---------------------------------------------
+---------------------------------------
+0.3.1 (2008-02-23) "liquid interaction"
+---------------------------------------
 
 A mix of cleanups, bug fixes, improvements, and some new features. No
 significant changes to the new database (osl) code, which is generally
diff --git a/configure.ac b/configure.ac
index ff27cb41..28c1b46e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [git], maan@systemlinux.org)
+AC_INIT(paraslash, [0.3.1], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)
diff --git a/web/index.in.html b/web/index.in.html
index 0c4a6d7b..2e96033d 100644
--- a/web/index.in.html
+++ b/web/index.in.html
@@ -1,6 +1,10 @@
 <h1>Events</h1>
 <hr>
 <ul>
+	<li>2008-02-23: <a href="versions/paraslash-0.3.1.tar.bz2">paraslash-0.3.1</a>
+		<a href="versions/paraslash-0.3.1.tar.bz2.asc">(sig)</a>
+		"liquid interaction"
+	</li>
 	<li>2008-01-12: <a href="versions/paraslash-0.3.0.tar.bz2">paraslash-0.3.0</a>
 		<a href="versions/paraslash-0.3.0.tar.bz2.asc">(sig)</a>
 		"solar saturation"
-- 
2.39.5