version.h
author nathan
Sun, 01 Dec 2013 13:30:48 +0100
branchtrunk
changeset 17 4879fdaac574
parent 15 a9348bf5f6e7
permissions -rw-r--r--
workaround cdrecords layerbreak oddity
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