version.h
author nathan
Sun, 23 May 2010 08:30:42 +0200
branchtrunk
changeset 12 6d3770b1a9e1
parent 8 a306b5e43b44
child 15 a9348bf5f6e7
permissions -rw-r--r--
add option to specify cdrecord executable
nathan@0
     1
#ifndef _CDBACKUP_VERSION_H
nathan@0
     2
#define _CDBACKUP_VERSION_H
nathan@0
     3
nathan@0
     4
#ifndef VERSION
nathan@8
     5
#define VERSION "0.7.0"
nathan@0
     6
#endif
nathan@0
     7
nathan@0
     8
#endif