diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-18 09:37:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-18 09:37:22 +0000 |
commit | 00f7de90210080e231b2f8c2a0bf39c8b0a048ac (patch) | |
tree | a80c1ac3b852810fc4df35c08787bd2ec582d506 /plugins/SeenPlugin/src/version.h | |
parent | a03fab81e7d29d92d00c4268a8fa45e16ffd84dc (diff) |
- major design flaw fixed in LastSeen plugin;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/src/version.h')
-rw-r--r-- | plugins/SeenPlugin/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/src/version.h b/plugins/SeenPlugin/src/version.h index 3160733a93..62449330f6 100644 --- a/plugins/SeenPlugin/src/version.h +++ b/plugins/SeenPlugin/src/version.h @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __MAJOR_VERSION 5
#define __MINOR_VERSION 0
#define __RELEASE_NUM 4
-#define __BUILD_NUM 7
+#define __BUILD_NUM 8
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|