[geany/geany] deb5f3: Bump API version to reflect Scintilla's SCI_{GET, SET}USEPALETTE removal

Colomban Wendling git-noreply at xxxxx
Thu Jul 26 00:05:48 UTC 2012


Branch:      refs/heads/document-messages
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 08 Jul 2012 23:07:52
Commit:      deb5f3542b5b618e56ca9d823f40df062188eb6a
             https://github.com/geany/geany/commit/deb5f3542b5b618e56ca9d823f40df062188eb6a

Log Message:
-----------
Bump API version to reflect Scintilla's SCI_{GET,SET}USEPALETTE removal

Scintilla deprecated SCI_GETUSEPALETTE and SCI_SETUSEPALETTE messages,
and since we don't build with deprecated API support they aren't
available anymore.


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

Modified: src/plugindata.h
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -55,7 +55,7 @@
  * @warning You should not test for values below 200 as previously
  * @c GEANY_API_VERSION was defined as an enum value, not a macro.
  */
-#define GEANY_API_VERSION 215
+#define GEANY_API_VERSION 216
 
 /** The Application Binary Interface (ABI) version, incremented whenever
  * existing fields in the plugin data types have to be changed or reordered.


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list