diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-07 02:22:40 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-07 02:22:40 +0000 |
commit | 838f03d71305a62e2372f6999d4aaf096c6a2145 (patch) | |
tree | 9a333ce542019cf3c2c42df501383f5ce62c9a28 /Protocols/IAX/iax.cpp | |
parent | ffc65c1f90f685e98f2f6d0a5d72c661b69cb3df (diff) |
iax: 0.1.2.0
* Fix for wrong voiceservice version
+ Added protocol icon (thanks Angeli-Ka)
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@208 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/iax.cpp')
-rw-r--r-- | Protocols/IAX/iax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Protocols/IAX/iax.cpp b/Protocols/IAX/iax.cpp index 7c5ceb4..c35fa14 100644 --- a/Protocols/IAX/iax.cpp +++ b/Protocols/IAX/iax.cpp @@ -30,7 +30,7 @@ PLUGININFOEX pluginInfo={ #else
"IAX protocol (Ansi)",
#endif
- PLUGIN_MAKE_VERSION(0,1,1,0),
+ PLUGIN_MAKE_VERSION(0,1,2,0),
"Provides support for Inter-Asterisk eXchange (IAX) protocol",
"Ricardo Pescuma Domenecci",
"pescuma@miranda-im.org",
|