Revision: 4787 http://geany.svn.sourceforge.net/geany/?rev=4787&view=rev Author: eht16 Date: 2010-03-25 22:45:30 +0000 (Thu, 25 Mar 2010)
Log Message: ----------- Increase plugin API version for last commit
Modified Paths: -------------- trunk/src/plugindata.h
Modified: trunk/src/plugindata.h =================================================================== --- trunk/src/plugindata.h 2010-03-25 22:18:00 UTC (rev 4786) +++ trunk/src/plugindata.h 2010-03-25 22:45:30 UTC (rev 4787) @@ -50,7 +50,7 @@ enum { /** The Application Programming Interface (API) version, incremented * whenever any plugin data types are modified or appended to. */ - GEANY_API_VERSION = 178, + GEANY_API_VERSION = 179,
/** The Application Binary Interface (ABI) version, incremented whenever * existing fields in the plugin data types have to be changed or reordered. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.