File: PIVOT.h

package info (click to toggle)
ntpsec 1.2.3%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,960 kB
  • sloc: ansic: 62,004; python: 32,017; sh: 1,553; yacc: 1,293; makefile: 190; javascript: 138
file content (12 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#define RELEASE_DATE 1703823396

/* We would like to use the build date.
 * But that breaks repeatable builds.

 * Update this before each release.
 * Some tests may need to be updated.
 * So when the release is announced is a good time.

 * Get the magic number from "date +%s"

 */