version.h
branchtrunk
changeset 0 d85c12073dea
child 2 6bcb44b9edb1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/version.h	Sat Dec 29 15:22:32 2007 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef _CDBACKUP_VERSION_H
     1.5 +#define _CDBACKUP_VERSION_H
     1.6 +
     1.7 +#ifndef VERSION
     1.8 +#define VERSION "0.6.2"
     1.9 +#endif
    1.10 +
    1.11 +#endif