blob: 3564060f1f7379bff655346989274e353c6bf4cb (
plain)
1
2
3
4
5
6
7
8
|
/* 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. */
#ifndef SCMVERSION
# define SCMVERSION "5b3"
#endif
|