← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2989: bump plugin API version

 

------------------------------------------------------------
revno: 2989
committer: cologic <ne5@xxxxxxxxxxx>
branch nick: dcplusplus
timestamp: Mon 2012-07-09 20:46:04 -0400
message:
  bump plugin API version
modified:
  dcpp/PluginDefs.h


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/PluginDefs.h'
--- dcpp/PluginDefs.h	2012-07-08 05:20:00 +0000
+++ dcpp/PluginDefs.h	2012-07-10 00:46:04 +0000
@@ -24,7 +24,7 @@
 #endif
 
 /* Version of the plugin api (must change if old plugins simply can't be seen as viably working) */
-#define DCAPI_CORE_VER				3
+#define DCAPI_CORE_VER				4
 
 #ifdef _WIN32
 # define DCAPI __stdcall