version.h
author nathan
Sat, 29 Dec 2007 15:28:22 +0100
branchtrunk
changeset 9 d6649fe2a4e0
parent 8 a306b5e43b44
child 15 a9348bf5f6e7
permissions -rw-r--r--
Added tag 0.7.0 for changeset a306b5e43b44
     1 #ifndef _CDBACKUP_VERSION_H
     2 #define _CDBACKUP_VERSION_H
     3 
     4 #ifndef VERSION
     5 #define VERSION "0.7.0"
     6 #endif
     7 
     8 #endif