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

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jun 19 17:25:42 UTC 2008


Revision: 2714
          http://geany.svn.sourceforge.net/geany/?rev=2714&view=rev
Author:   eht16
Date:     2008-06-19 10:25:40 -0700 (Thu, 19 Jun 2008)

Log Message:
-----------
Increase ABI for recent keybindings changes.

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

Modified: trunk/src/plugindata.h
===================================================================
--- trunk/src/plugindata.h	2008-06-19 17:09:46 UTC (rev 2713)
+++ trunk/src/plugindata.h	2008-06-19 17:25:40 UTC (rev 2714)
@@ -41,7 +41,7 @@
 /* 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
  * are only appended, as this doesn't affect existing fields. */
-static const gint abi_version = 39;
+static const gint abi_version = 40;
 
 /** Check the plugin can be loaded by Geany.
  * This performs runtime checks that try to ensure:


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