bump to 2.0.5

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2207 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-08-01 05:05:10 +00:00
parent d0d44def1d
commit 301d03743c
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ import SCons.Node.FS
SConsignFile()
EnsureSConsVersion(0, 96)
ardour_version = '2.0.4'
ardour_version = '2.0.5'
subst_dict = { }

View file

@ -67,7 +67,7 @@ typedef boost::fast_pool_allocator<ControlEvent*,
class AutomationList : public PBD::StatefulDestructible
{
public:
typedef std::list<ControlEvent*,ControlEventAllocator> AutomationEventList;
typedef std::list<ControlEvent*> AutomationEventList;
typedef AutomationEventList::iterator iterator;
typedef AutomationEventList::const_iterator const_iterator;

View file

@ -1,4 +1,4 @@
#ifndef __ardour_svn_revision_h__
#define __ardour_svn_revision_h__
static const char* ardour_svn_revision = "2094";
static const char* ardour_svn_revision = "2201";
#endif