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"