diff --git a/ChangeLog b/ChangeLog index 0ebf9e3c677..97eed48616c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-03-09 Tobias Doerffel + + * configure.in: + * README: + made 0.3.2 release + + * plugins/vst_base/lvsl_server.cpp: + made VST-GUI work with recent WINE-versions where no X-windows are + being created until a ShowWindow()-request is issued and thus we get a + XID for embedding GUI + 2008-03-03 Tobias Doerffel * src/core/piano_roll.cpp: diff --git a/README b/README index 2171a2b5cf0..ca217dca3d8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Linux MultiMedia Studio 0.3.1 +Linux MultiMedia Studio 0.3.2 ============================== Copyright (c) 2004-2008 by LMMS-developers diff --git a/configure.in b/configure.in index 9e593b388b5..6f234124b4c 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(lmms, 0.3.1-svn20080303, lmms-devel/at/lists/dot/sf/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.3.1-svn20080303) +AC_INIT(lmms, 0.3.2, lmms-devel/at/lists/dot/sf/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.3.2) AM_CONFIG_HEADER(config.h)