diff --git a/ChangeLog b/ChangeLog index 862f7f112..71fe52496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-08-03 Javier Serrano Polo + + * src/core/automation_editor.cpp: + - fixed vertical bars in Auto view + - fixed selection frame drawing + - renamed some members and variables + + * include/automation_editor.h: + renamed some members + 2006-08-01 Javier Serrano Polo * include/automation_editor.h: diff --git a/configure.in b/configure.in index a7360fbaa..c87a2244f 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.2.1-cvs20060801, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060801) +AC_INIT(lmms, 0.2.1-cvs20060803, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060803) AM_CONFIG_HEADER(config.h)