File: version.h

package info (click to toggle)
vcdimager 0.7.23-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 4,232 kB
  • ctags: 1,864
  • sloc: ansic: 18,143; sh: 9,372; xml: 317; makefile: 288
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: version.h.in,v 1.3 2004/03/28 07:59:29 rocky Exp $ */
/** \file version.h 
 *  \brief  A file simply containing the library version number.
 */

/*! LIBVCD_VERSION can as a string in programs to show what version is used. */
#define LIBVCD_VERSION "0.7.23"

/*! LIBCDIO_VERSION_NUM  can be used for testing in the C preprocessor */
#define LIBVCD_VERSION_NUM 23