From 0eaef5b61c97a64430176d88ea80e2a62a398e62 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Fri, 23 Apr 2010 11:36:02 +0200
Subject: [PATCH] paraslash 0.4.2

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

diff --git a/NEWS b/NEWS
index 6002edfa..ed1920d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 NEWS
 ====
 
------------------------------------------------
-0.4.2 (to be announced) "associative expansion"
------------------------------------------------
+------------------------------------------
+0.4.2 (2010-04-23) "associative expansion"
+------------------------------------------
 
 It's been some time since the last release, but finally here is
 paraslash-0.4.2. The bulk of the changes comes from the new buffer
diff --git a/configure.ac b/configure.ac
index 80eaf095..aa831616 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.4.2], 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 5d34c507..5a5f4aff 100644
--- a/web/index.in.html
+++ b/web/index.in.html
@@ -1,6 +1,10 @@
 <h1>Events</h1>
 <hr>
 <ul>
+	<li>2010-04-23: <a href="versions/paraslash-0.4.2.tar.bz2">paraslash-0.4.2</a>
+		<a href="versions/paraslash-0.4.2.tar.bz2.asc">(sig)</a>
+		"associative expansion"
+	</li>
 	<li>2009-12-22: <a href="versions/paraslash-0.4.1.tar.bz2">paraslash-0.4.1</a>
 		<a href="versions/paraslash-0.4.1.tar.bz2.asc">(sig)</a>
 		"concurrent horizon"
-- 
2.39.5