SF.net SVN: geany: [1738] trunk/src/plugindata.h

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Jul 24 11:46:05 UTC 2007


Revision: 1738
          http://geany.svn.sourceforge.net/geany/?rev=1738&view=rev
Author:   ntrel
Date:     2007-07-24 04:46:03 -0700 (Tue, 24 Jul 2007)

Log Message:
-----------
Increment plugin API version for Jeff's patch.

Modified Paths:
--------------
    trunk/src/plugindata.h

Modified: trunk/src/plugindata.h
===================================================================
--- trunk/src/plugindata.h	2007-07-24 11:43:46 UTC (rev 1737)
+++ trunk/src/plugindata.h	2007-07-24 11:46:03 UTC (rev 1738)
@@ -47,7 +47,7 @@
 
 /* The API version should be incremented whenever any plugin data types below are
  * modified. */
-static const gint api_version = 5;
+static const gint api_version = 6;
 
 /* The ABI version should be incremented whenever existing fields in the plugin
  * data types below have to be changed or reordered. It should stay the same if fields


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list