version.h
author nathan
Tue, 11 May 2010 11:37:18 +0200
branchtrunk
changeset 11 02236b87f656
parent 8 a306b5e43b44
child 15 a9348bf5f6e7
permissions -rw-r--r--
add .hgignore
nathan@0
     1
#ifndef _CDBACKUP_VERSION_H
nathan@0
     2
#define _CDBACKUP_VERSION_H
nathan@0
     3
nathan@0
     4
#ifndef VERSION
nathan@8
     5
#define VERSION "0.7.0"
nathan@0
     6
#endif
nathan@0
     7
nathan@0
     8
#endif