updated trunk version number to 0.9.27

git-svn-id: trunk@16725 -
This commit is contained in:
vincents 2008-09-25 09:10:30 +00:00
parent 176954354f
commit e9c936715b
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
'0.9.26'
'0.9.27'

View File

@ -29,9 +29,9 @@ interface
const
lcl_major = 0;
lcl_minor = 9;
lcl_release = 26;
lcl_release = 27;
lcl_patch = 0;
lcl_version = '0.9.26';
lcl_version = '0.9.27';
implementation