mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
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:
parent
d0d44def1d
commit
301d03743c
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ import SCons.Node.FS
|
||||||
SConsignFile()
|
SConsignFile()
|
||||||
EnsureSConsVersion(0, 96)
|
EnsureSConsVersion(0, 96)
|
||||||
|
|
||||||
ardour_version = '2.0.4'
|
ardour_version = '2.0.5'
|
||||||
|
|
||||||
subst_dict = { }
|
subst_dict = { }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ typedef boost::fast_pool_allocator<ControlEvent*,
|
||||||
class AutomationList : public PBD::StatefulDestructible
|
class AutomationList : public PBD::StatefulDestructible
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef std::list<ControlEvent*,ControlEventAllocator> AutomationEventList;
|
typedef std::list<ControlEvent*> AutomationEventList;
|
||||||
typedef AutomationEventList::iterator iterator;
|
typedef AutomationEventList::iterator iterator;
|
||||||
typedef AutomationEventList::const_iterator const_iterator;
|
typedef AutomationEventList::const_iterator const_iterator;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __ardour_svn_revision_h__
|
#ifndef __ardour_svn_revision_h__
|
||||||
#define __ardour_svn_revision_h__
|
#define __ardour_svn_revision_h__
|
||||||
static const char* ardour_svn_revision = "2094";
|
static const char* ardour_svn_revision = "2201";
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue