File: version.h

package info (click to toggle)
vcdimager 2.0.1%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,160 kB
  • sloc: ansic: 17,956; sh: 4,828; xml: 317; makefile: 254; cpp: 58
file content (11 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
/* $Id$ */
/** \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 "2.0.1"

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