chiark / gitweb /
draw_thick_line: Bound thickness by 1.0 below
[sgt-puzzles.git] / version.c
1 /*
2  * Puzzles version numbering.
3  */
4
5 #include "version.h"
6
7 char ver[] = VER
8 #if defined DEBIAN_VERSION
9     " (Debian package " DEBIAN_VERSION ")"
10 #endif
11     ;