diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-07 02:10:02 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-07 02:10:02 +0000 |
commit | ffc65c1f90f685e98f2f6d0a5d72c661b69cb3df (patch) | |
tree | a5f1a1c12b58531eb3310a316fd00aace6ee8419 /Protocols/SIP/sip.cpp | |
parent | 82516d84cc393f79eb620cb6300d320084a8272c (diff) |
sip: 0.1.1.0
+ Build with vc6
* Fix for wrong voice service version
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@207 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/sip.cpp')
-rw-r--r-- | Protocols/SIP/sip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Protocols/SIP/sip.cpp b/Protocols/SIP/sip.cpp index 0a03fd7..cb3dc36 100644 --- a/Protocols/SIP/sip.cpp +++ b/Protocols/SIP/sip.cpp @@ -30,7 +30,7 @@ PLUGININFOEX pluginInfo={ #else
"SIP protocol (Ansi)",
#endif
- PLUGIN_MAKE_VERSION(0,1,0,0),
+ PLUGIN_MAKE_VERSION(0,1,1,0),
"Provides support for SIP protocol",
"Ricardo Pescuma Domenecci",
"pescuma@miranda-im.org",
|