version.h
author nathan
Sat, 29 Dec 2007 15:22:44 +0100
branchtrunk
changeset 1 6b6864d2c4ce
parent 0 d85c12073dea
child 2 6bcb44b9edb1
permissions -rw-r--r--
Added tag 0.6.2 for changeset d85c12073dea
nathan@0
     1
#ifndef _CDBACKUP_VERSION_H
nathan@0
     2
#define _CDBACKUP_VERSION_H
nathan@0
     3
nathan@0
     4
#ifndef VERSION
nathan@0
     5
#define VERSION "0.6.2"
nathan@0
     6
#endif
nathan@0
     7
nathan@0
     8
#endif