[Swift-commit] r5492 - SwiftApps/SwiftR/Swift/src
tga at ci.uchicago.edu
tga at ci.uchicago.edu
Mon Jan 9 11:06:38 CST 2012
Author: tga
Date: 2012-01-09 11:06:38 -0600 (Mon, 09 Jan 2012)
New Revision: 5492
Modified:
SwiftApps/SwiftR/Swift/src/make.include
Log:
Switch to using 0.93 swift release
Modified: SwiftApps/SwiftR/Swift/src/make.include
===================================================================
--- SwiftApps/SwiftR/Swift/src/make.include 2012-01-09 17:06:36 UTC (rev 5491)
+++ SwiftApps/SwiftR/Swift/src/make.include 2012-01-09 17:06:38 UTC (rev 5492)
@@ -1,13 +1,18 @@
# Variables shared between makefiles
# Use 0.92.1 release
-SWIFT_SRC_TAG = release-0.92.1
-COG_SRC_TAG = swift_0.92.1
-SWIFT_SRC_NAME = swift-0.92.1-SwiftR-r2
+#SWIFT_SRC_TAG = tags/release-0.92.1
+#COG_SRC_TAG = tags/swift_0.92.1
+#SWIFT_SRC_NAME = swift-0.92.1-SwiftR-r2
-# Use 0.93 release candidate branch
+# Use 0.93 release candidate
#SWIFT_SRC_TAG = branches/release-0.93
#COG_SRC_TAG = branches/4.1.9/src/cog
#SWIFT_SRC_NAME = swift-0.93-SwiftR-r1
+# Use 0.93 release
+SWIFT_SRC_TAG = tags/release-0.93
+COG_SRC_TAG = tags/swift-0.93/src/cog
+SWIFT_SRC_NAME = swift-0.93-SwiftR-r2
+
SWIFT_SRC_PATCH = swift-0.92.1-changes.patch
More information about the Swift-commit
mailing list