Revision: 5205 http://geany.svn.sourceforge.net/geany/?rev=5205&view=rev Author: ntrel Date: 2010-09-08 13:10:44 +0000 (Wed, 08 Sep 2010)
Log Message: ----------- Increase API for message_window_notebook field addition.
Modified Paths: -------------- trunk/src/plugindata.h
Modified: trunk/src/plugindata.h =================================================================== --- trunk/src/plugindata.h 2010-09-08 12:36:01 UTC (rev 5204) +++ trunk/src/plugindata.h 2010-09-08 13:10:44 UTC (rev 5205) @@ -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 = 194, + GEANY_API_VERSION = 195,
/** 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.