view mcabber/src/harddefines.h @ 395:3e4f2f98c0bf

Whitespace cleanup (histolog.c)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:14:26 +0100
parents a7af5517b453
children
line wrap: on
line source

#ifndef __MCABBER__
#define __MCABBER__

#include "../config.h"

#define MCABBER_VERSION "MCabber v" VERSION " -- " \
        "based on http://cabber.sourceforge.net"
#define EMAIL "Email: mcabber [at] lilotux [dot] net"

#endif