bump version to deal with tarball screwup

git-svn-id: svn://localhost/ardour2/branches/2.0.1@1810 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-05-09 20:28:14 +00:00
parent 3145c3d8b9
commit 1e185357f2
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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 = "1795"; static const char* ardour_svn_revision = "1801";
#endif #endif