made 0.3.2 release

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.3@787 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-09 15:54:27 +00:00
parent c536dcdf9d
commit 7a3c8324b0
3 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
2008-03-09 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* 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 <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/piano_roll.cpp:

2
README
View File

@@ -1,4 +1,4 @@
Linux MultiMedia Studio 0.3.1
Linux MultiMedia Studio 0.3.2
==============================
Copyright (c) 2004-2008 by LMMS-developers

View File

@@ -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)