From e10c57030c005d021189bf7444173efa961e66e5 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 20 Nov 2010 21:51:52 -0600 Subject: [PATCH] now is a good as time as any to commit the v1.1 version strings and stuff --- 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 b352b0165c..d59dadb80e 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 +#define PRODUCT_VER_BARE v1.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 db3ffe6639..5be7ed1ddb 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" +!define PRODUCT_VER "v1.1" !define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}" !define PRODUCT_BITMAP "ssc"