File: patchlvl.h

package info (click to toggle)
scm 5e5-3.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,696 kB
  • ctags: 7,675
  • sloc: ansic: 34,856; lisp: 15,707; makefile: 727; asm: 288; sh: 254
file content (17 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#if 0 /* SCMVERSION is a string for the version specifier.  The leading
 #  number is the major version number, the letter is the revision ("a"
 #  for alpha release, "b" for beta release, "c", and so on), and the
 #  trailing number is the patchlevel. */
 #  /* This next line sets VERSION when included from the Makefile */
VERSION=5e5
#endif

#ifndef SCMVERSION
# define SCMVERSION "5e5"
#endif
#ifdef nosve
# define INIT_FILE_NAME "Init"SCMVERSION"_scm";
#else
# define INIT_FILE_NAME "Init"SCMVERSION".scm"
#endif