~netrek-developers/netrek-client-cow/trunk

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Collin Pruitt
  • Date: 2009-05-12 04:30:09 UTC
  • Revision ID: collinp111@gmail.com-20090512043009-3jsjojoyrk16oass
Initial upload - updated from http://james.tooraweenah.com/darcs/netrek-client-cow/ using darcs (hince the existnace of _darcs), fully patched.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "config.h"
 
2
 
 
3
/* store the version info here */
 
4
 
 
5
#define mvers "3.2"
 
6
#define version "COW 3.2"
 
7
#define LIBMAJOR 3
 
8
#define LIBMINOR 1