view mcabber/src/harddefines.h @ 278:a7af5517b453

Change email address
author Mikael Berthe <mikael@lilotux.net>
date Tue, 05 Jul 2005 23:30:10 +0100
parents 16793da74564
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