From 7ebc990573da8a08c58c1092ed126357c44804f5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Aug 2013 15:47:08 +0000 Subject: - added sounds for the protocols' state change; - visual code moved to the separate files; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@5603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/XSoundNotify/src/Version.h') diff --git a/plugins/XSoundNotify/src/Version.h b/plugins/XSoundNotify/src/Version.h index ee5380fd76..fe501309d9 100644 --- a/plugins/XSoundNotify/src/Version.h +++ b/plugins/XSoundNotify/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 1 #define __MINOR_VERSION 0 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 1 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 2 #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -- cgit v1.2.3