diff --git a/ChangeLog b/ChangeLog index 446ee987b..eec36b720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-06-28 Javier Serrano Polo + + * include/level_object.h: + * src/tracks/time_pattern.cpp: + added level<->label methods + + * include/automatable_object.h: + - added level<->label methods + - minimized rounding errors + 2006-06-27 Javier Serrano Polo * include/time_pattern.h: diff --git a/configure.in b/configure.in index 43c43c513..bc2d160ac 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.1.4-cvs20060627, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060627) +AC_INIT(lmms, 0.1.4-cvs20060628, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060628) AM_CONFIG_HEADER(config.h)