Version 2.14.0 (candidate one).
--- a/sbsv2/raptor/RELEASE-NOTES.html Thu May 13 14:14:32 2010 +0100
+++ b/sbsv2/raptor/RELEASE-NOTES.html Mon May 17 11:07:30 2010 +0100
@@ -6,7 +6,7 @@
<h1>Release Notes for Symbian Build System v2</h1>
-<h2>next version</h2>
+<h2>version 2.14.0</h2>
<h3>New Features</h3>
<ul>
--- a/sbsv2/raptor/python/raptor_version.py Thu May 13 14:14:32 2010 +0100
+++ b/sbsv2/raptor/python/raptor_version.py Mon May 17 11:07:30 2010 +0100
@@ -16,7 +16,7 @@
# replace CHANGESET with the Hg changeset for ANY release
-version=(2,13,0,"2010-04-12","symbian build system","CHANGESET")
+version=(2,14,0,"2010-05-19","symbian build system","CHANGESET")
def numericversion():
"""Raptor version string"""
--- a/sbsv2/raptor/test/smoke_suite/tracecompiler_whatlog.py Thu May 13 14:14:32 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/tracecompiler_whatlog.py Mon May 17 11:07:30 2010 +0100
@@ -62,14 +62,6 @@
]
t.run("linux")
if t.result == CheckWhatSmokeTest.SKIP:
- t.targets.extend([
- '$(EPOCROOT)/epoc32/release/armv5/lib/testTC.lib',
- '$(EPOCROOT)/epoc32/release/armv5/lib/testTC{000a0000}.lib'
- ])
- t.stdout.extend([
- '<build>$(EPOCROOT)/epoc32/release/armv5/lib/testTC.lib</build>',
- '<build>$(EPOCROOT)/epoc32/release/armv5/lib/testTC{000a0000}.lib</build>'
- ])
t.run("windows")
t.id = "112"