From 4aee0eb9de8ea3c711d25fabdf1b77b8af924309 Mon Sep 17 00:00:00 2001 From: Dave Robillard Date: Sun, 8 Oct 2006 17:06:45 +0000 Subject: [PATCH] Release preparation git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@47 1de19dc7-4e3f-0410-a61d-eddf686bf0b7 --- NEWS | 3 --- configure.ac | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1e9ef16a..4b3d5c4c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,4 @@ 0.5.2: - -* -0.5.2: * support for building without ALSA * server auto-launching bug fixes * removed dependence on /etc/services (sandbox clean) diff --git a/configure.ac b/configure.ac index 11d67fac..e8c41b2d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([LASH],[0.5.2pre]) +AC_INIT([LASH],[0.5.2]) AC_CONFIG_SRCDIR([lash/types.h]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE