comparison mcabber/mcabber/api.h @ 1990:504743d4782e

Introduce MCABBER_BRANCH_DEV to ease module updates Add a define MCABBER_BRANCH_DEV to ease module updates during mcabber development cycles.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Mar 2011 19:39:44 +0200
parents dd65a18dc480
children 0450147afa05
comparison
equal deleted inserted replaced
1989:d23f1b8aa716 1990:504743d4782e
4 #include <mcabber/config.h> // For MCABBER_BRANCH 4 #include <mcabber/config.h> // For MCABBER_BRANCH
5 5
6 #define MCABBER_API_VERSION 20 6 #define MCABBER_API_VERSION 20
7 #define MCABBER_API_MIN 19 7 #define MCABBER_API_MIN 19
8 8
9 #define MCABBER_BRANCH_DEV 1
10
9 extern const gchar *mcabber_branch; 11 extern const gchar *mcabber_branch;
10 extern const guint mcabber_api_version; 12 extern const guint mcabber_api_version;
11 13
12 #endif 14 #endif
13 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2: For Vim users... */ 15 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2: For Vim users... */