From 0178fc581781672e4ac5bbf7a468665424c2c532 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 9 Feb 2011 19:09:05 -0600 Subject: [PATCH] sm-ssc v1.2.1 --- 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 b00b206036..81cb2b2764 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.2 +#define PRODUCT_VER_BARE v1.2.1 #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 8478733413..616754e3fa 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.2" +!define PRODUCT_VER "v1.2.1" !define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}" !define PRODUCT_BITMAP "ssc"