diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
commit | 02d3a913e0f9c77f814293b771790e13d0e0f3de (patch) | |
tree | 7874ecbac542d94f5487bfb17c998b10d6e64203 /plugins/YAPP/src/version.h | |
parent | 9521b9fe8c50ad111e79544f955eb4354310b41e (diff) |
YAPP:
- Added icon to enable/disable popups into toptoolbar
- Fixes for icons - added support for icolib, added main menu icons, used standardized icons + big icon for history window
- Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/version.h')
-rw-r--r-- | plugins/YAPP/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAPP/src/version.h b/plugins/YAPP/src/version.h index 52c5791da7..9348b34513 100644 --- a/plugins/YAPP/src/version.h +++ b/plugins/YAPP/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
-#define __BUILD_NUM 10
+#define __BUILD_NUM 11
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|