File: version.h

package info (click to toggle)
jdupes 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,048 kB
  • sloc: ansic: 5,766; makefile: 100; sh: 91; xml: 9
file content (10 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* VERSION determines the program's version number
 * This file is part of jdupes; see jdupes.c for license information */

#ifndef JDUPES_VERSION_H
#define JDUPES_VERSION_H

#define VER "1.12"
#define VERDATE "2019-02-18"

#endif /* JDUPES_VERSION_H */