diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-02 16:36:37 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-02 16:36:37 +0000 |
commit | 3b6ea446f128e2b29c9964d3f1ad2eedd806d8d1 (patch) | |
tree | d7f097fcbe6591503cad4182fd4a39a4f39f4c85 /Plugins/extraicons/extraicons.cpp | |
parent | 7c52bd0b47d68806777152e097f1bf6f3f718170 (diff) |
extraicons: 0.2.4.0
* Fix for removing grouped icon
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@175 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/extraicons.cpp')
-rw-r--r-- | Plugins/extraicons/extraicons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/extraicons/extraicons.cpp b/Plugins/extraicons/extraicons.cpp index cf87a3b..26dd9b5 100644 --- a/Plugins/extraicons/extraicons.cpp +++ b/Plugins/extraicons/extraicons.cpp @@ -24,7 +24,7 @@ PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"Extra Icons Service",
- PLUGIN_MAKE_VERSION(0,2,3,0),
+ PLUGIN_MAKE_VERSION(0,2,4,0),
"Extra Icons Service",
"Ricardo Pescuma Domenecci",
"",
|