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

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Oct 17 12:55:47 UTC 2007


Revision: 1954
          http://geany.svn.sourceforge.net/geany/?rev=1954&view=rev
Author:   ntrel
Date:     2007-10-17 05:55:47 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
Update plugin api_version for new indentation fields.

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

Modified: trunk/src/plugindata.h
===================================================================
--- trunk/src/plugindata.h	2007-10-17 12:27:07 UTC (rev 1953)
+++ trunk/src/plugindata.h	2007-10-17 12:55:47 UTC (rev 1954)
@@ -71,7 +71,7 @@
 
 /* The API version should be incremented whenever any plugin data types below are
  * modified. */
-static const gint api_version = 22;
+static const gint api_version = 23;
 
 /* 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