Updated version to 1.2.1b2.
1.1 --- a/GrowlVersion.h Mon Mar 15 23:23:04 2010 -0700
1.2 +++ b/GrowlVersion.h Mon Mar 15 23:26:42 2010 -0700
1.3 @@ -1,8 +1,8 @@
1.4 #define COMMENT_1 DO NOT EDIT THE VERSION IN THIS FILE! Change the version in Release/Makefile instead, then run make version while in the Release directory.
1.5 #define COMMENT_2 In case you're wondering why we're using #define for comments: This header is #imported into both Objective-C code and XML Info.plist files.
1.6
1.7 -#define GROWL_VERSION 1.2.1b1
1.8 -#define GROWL_VERSION_STRING "1.2.1b1"
1.9 +#define GROWL_VERSION 1.2.1b2
1.10 +#define GROWL_VERSION_STRING "1.2.1b2"
1.11
1.12 #define GROWLMAIL_VERSION 1.2.1
1.13 #define GROWLMAIL_VERSION_STRING "1.2.1"
2.1 --- a/Release/Makefile Mon Mar 15 23:23:04 2010 -0700
2.2 +++ b/Release/Makefile Mon Mar 15 23:26:42 2010 -0700
2.3 @@ -3,7 +3,7 @@
2.4 ### * Set VERSION or GROWLMAIL_VERSION below.
2.5 ### * make version.
2.6 #
2.7 -VERSION=1.2.1b1
2.8 +VERSION=1.2.1b2
2.9 GROWLMAIL_VERSION=1.2.1
2.10
2.11 #