Skip to content

Commit

Permalink
release 1.4.9 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jschpmn committed Dec 21, 2011
1 parent aa5a4fb commit 1b217ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SConscript.first
Expand Up @@ -22,12 +22,12 @@ Import('master_env')

import os.path

release = '1.4.9'
release = '1.4.10'

status = {
'windows': 'stable',
'windows': 'testing',
'linux': 'experimental',
'macosx': 'stable'
'macosx': 'testing'
}

tag = '%s-%s' % (release,status[master_env['PI_PLATFORMTYPE']])
Expand Down
Binary file modified sys_init/releasenotes.odt
Binary file not shown.
Binary file modified sys_init/releasenotes.pdf
Binary file not shown.

0 comments on commit 1b217ce

Please sign in to comment.