# HG changeset patch # User Chris Forsythe # Date 1327478394 21600 # Node ID c9bc72de26211d78ae2890f5551f433c5f4ebe27 # Parent 31105f399c0457a29b3b3f43f0cf0f4f313ef8ed Growl 1.3.3 diff -r 31105f399c04 -r c9bc72de2621 GrowlVersion.h --- a/GrowlVersion.h Tue Jan 24 12:23:04 2012 -0500 +++ b/GrowlVersion.h Wed Jan 25 01:59:54 2012 -0600 @@ -1,8 +1,8 @@ #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. #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. -#define GROWL_VERSION 1.3.3b3 -#define GROWL_VERSION_STRING "1.3.3b3" +#define GROWL_VERSION 1.3.3 +#define GROWL_VERSION_STRING "1.3.3" #include "HgRevision.h"