From 91a9184ec99c917bac24fd5bc8cf712ab15c3ec6 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 27 Jun 2010 21:34:18 -0500 Subject: [PATCH] sm-ssc v1.0 rc1 (or so I hope) --- src/ProductInfo.h | 2 +- src/ProductInfo.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProductInfo.h b/src/ProductInfo.h index dd54d738a3..af707eb2a2 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -21,7 +21,7 @@ * "v0.0": Final Releases */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v1.0 beta 4 +#define PRODUCT_VER_BARE v1.0 rc1 #endif // A unique ID for a build of an application. This is used in crash reports and in the network code's version handling diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 7ce3b4d6d5..779ba01272 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -5,7 +5,7 @@ ; see ProductInfo.h for use descriptions !define PRODUCT_ID "sm-ssc" -!define PRODUCT_VER "v1.0 beta 4" +!define PRODUCT_VER "v1.0 rc1" !define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}" !define PRODUCT_BITMAP "ssc"