view mcabber/src/harddefines.h @ 394:4617d0f029ea

Update "large file" size value to 3MB
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:11:14 +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