From dd22fc6298589f7b251745e6f369cf3fef064304 Mon Sep 17 00:00:00 2001 From: Jim Gomes Date: Sat, 16 Jan 2010 00:32:33 +0000 Subject: [PATCH] Updated package scripts. --- package.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.ps1 b/package.ps1 index 501944d..6477bcf 100644 --- a/package.ps1 +++ b/package.ps1 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.Stomp" -$pkgver = "1.3-SNAPSHOT" +$pkgver = "1.2-RC1" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"