From c90945864eb628a51d787504bb7fd0e7c87de401 Mon Sep 17 00:00:00 2001 From: "Timothy A. Bish" Date: Wed, 26 Jan 2011 23:13:38 +0000 Subject: [PATCH] Tag a Stomp client v1.5.1 release. --- nant.build | 4 ++-- package.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nant.build b/nant.build index 3068a57..ca34686 100644 --- a/nant.build +++ b/nant.build @@ -23,7 +23,7 @@ - + @@ -46,7 +46,7 @@ - + diff --git a/package.ps1 b/package.ps1 index 832b4eb..b296038 100644 --- a/package.ps1 +++ b/package.ps1 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.Stomp" -$pkgver = "1.5.1-SNAPSHOT" +$pkgver = "1.5.1" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"