SF.net SVN: geany: [2566] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri May 9 15:03:24 UTC 2008


Revision: 2566
          http://geany.svn.sourceforge.net/geany/?rev=2566&view=rev
Author:   ntrel
Date:     2008-05-09 08:03:24 -0700 (Fri, 09 May 2008)

Log Message:
-----------
Update api_version for new line breaking struct fields.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-09 14:37:30 UTC (rev 2565)
+++ trunk/ChangeLog	2008-05-09 15:03:24 UTC (rev 2566)
@@ -16,6 +16,8 @@
    Update Code Navigation section for build errors and message items.
    Correct Load Tags menu item being in the Tools menu now.
    Document 'Disk check timeout' pref.
+ * src/plugindata.h:
+   Update api_version for new line breaking struct fields.
 
 
 2008-05-08  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/plugindata.h
===================================================================
--- trunk/src/plugindata.h	2008-05-09 14:37:30 UTC (rev 2565)
+++ trunk/src/plugindata.h	2008-05-09 15:03:24 UTC (rev 2566)
@@ -35,7 +35,7 @@
 
 /* The API version should be incremented whenever any plugin data types below are
  * modified or appended to. */
-static const gint api_version = 56;
+static const gint api_version = 57;
 
 /* 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