mcabber/mcabber/api.h
changeset 1762 e7ce50fe19a9
child 1768 d80a9e32ab1a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/mcabber/api.h	Sat Mar 13 18:17:10 2010 +0200
@@ -0,0 +1,12 @@
+#ifndef __MCABBER_API_H__
+#define __MCABBER_API_H__ 1
+
+#include <mcabber/config.h> // For MCABBER_BRANCH
+
+#define MCABBER_API_VERSION 2
+#define MCABBER_API_MIN     1
+
+extern const gchar *mcabber_branch;
+extern const guint mcabber_api_version;
+
+#endif