version.h
author nathan
Thu, 04 Oct 2012 12:50:58 +0200
branchtrunk
changeset 16 18ea63fb7935
parent 15 a9348bf5f6e7
permissions -rw-r--r--
Added tag 0.7.1 for changeset a9348bf5f6e7
     1 #ifndef _CDBACKUP_VERSION_H
     2 #define _CDBACKUP_VERSION_H
     3 
     4 #ifndef VERSION
     5 #define VERSION "0.7.1"
     6 #endif
     7 
     8 #endif