File: version.h

package info (click to toggle)
libjodycode 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,664 kB
  • sloc: ansic: 2,810; makefile: 368; sh: 153; xml: 18
file content (10 lines) | stat: -rw-r--r-- 288 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 a_ljc_program; see a_ljc_program.c for license information */

#ifndef A_LJC_PROGRAM_VERSION_H
#define A_LJC_PROGRAM_VERSION_H

#define VER "0.1"
#define VERDATE "2025-11-01"

#endif /* A_LJC_PROGRAM_VERSION_H */