File: version.h

package info (click to toggle)
libchardet 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,444 kB
  • sloc: sh: 11,197; cpp: 5,181; ansic: 205; makefile: 108
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef INCLUDED_VERSION_H
#define INCLUDED_VERSION_H

#define LIBCHARDET_MAJOR_VER 1
#define LIBCHARDET_MINOR_VER 0
#define LIBCHARDET_PATCH_VER 6

#define LIBCHARDET_VERSION "1.0.6"
#define LIBCHARDET_UVERSION "001000006"
#define LIBCHARDET_LVERSION 0x01000006

#endif /* INCLUDED_VERSION_H */