Set RC2 on package.ps1.
diff --git a/package.ps1 b/package.ps1
index ba981a0..e55cb73 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.

 

 $pkgname = "Apache.NMS"

-$pkgver = "1.2.0"

+$pkgver = "1.2.0-RC2"

 $configurations = "release", "debug"

 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"