mcabber/mcabber/api.h
author Mikael Berthe <mikael@lilotux.net>
Mon, 22 Mar 2010 21:32:11 +0100
changeset 1811 e6d355e50d7a
parent 1806 9daf6b3f30d6
child 1813 1c3efa9bc422
permissions -rw-r--r--
Update Vim modelines

#ifndef __MCABBER_API_H__
#define __MCABBER_API_H__ 1

#include <mcabber/config.h> // For MCABBER_BRANCH

#define MCABBER_API_VERSION 10
#define MCABBER_API_MIN     9

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif
/* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2:  For Vim users... */