SF.net SVN: geany: [2396] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Mon Mar 24 16:11:58 UTC 2008
Revision: 2396
http://geany.svn.sourceforge.net/geany/?rev=2396&view=rev
Author: ntrel
Date: 2008-03-24 09:11:52 -0700 (Mon, 24 Mar 2008)
Log Message:
-----------
Redo ABI change (it was for r2389 editor.h change, oops).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/plugindata.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-03-24 13:40:01 UTC (rev 2395)
+++ trunk/ChangeLog 2008-03-24 16:11:52 UTC (rev 2396)
@@ -6,6 +6,8 @@
Add note about allowing appending of keybindings to groups without
breaking the API.
Undo unnecessary ABI change.
+ * src/plugindata.h:
+ Redo ABI change (it was for r2389 editor.h change, oops).
2008-03-23 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/src/plugindata.h
===================================================================
--- trunk/src/plugindata.h 2008-03-24 13:40:01 UTC (rev 2395)
+++ trunk/src/plugindata.h 2008-03-24 16:11:52 UTC (rev 2396)
@@ -40,7 +40,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 = 22;
+static const gint abi_version = 23;
/** This performs runtime checks that try to ensure:
* 1. Geany ABI data types are compatible with this plugin.
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