mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:05:06 -05:00
This is a verbatim copy of the files at that stage of the repository that was built from the CVS import. It allows future development to see a bit of recent history, but without carrying around the baggage going back to 1997. If that is really required, git grafts can be used.
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
#define PROGRAM_VERSION_STRING "$Name: $"
|
|
#endif /* VERSION_H */
|