version.h
author nathan
Thu, 04 Oct 2012 12:48:27 +0200
branchtrunk
changeset 15 a9348bf5f6e7
parent 8 a306b5e43b44
permissions -rw-r--r--
documentation update, bump version
nathan@0
     1
#ifndef _CDBACKUP_VERSION_H
nathan@0
     2
#define _CDBACKUP_VERSION_H
nathan@0
     3
nathan@0
     4
#ifndef VERSION
nathan@15
     5
#define VERSION "0.7.1"
nathan@0
     6
#endif
nathan@0
     7
nathan@0
     8
#endif