aboutsummaryrefslogtreecommitdiff
path: root/hcalc.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcalc.h')
-rw-r--r--hcalc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hcalc.h b/hcalc.h
index db70249..a469c9a 100644
--- a/hcalc.h
+++ b/hcalc.h
@@ -6,15 +6,15 @@
More revisions copyright 2023, B. Watson <urchlay@slackware.uk>
*/
-#define SELF "HCalc"
-#define VERSION "1.2u1"
-
#include <stdio.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>
+#define SELF "HCalc"
+#include "version.h"
+
extern Display *display;
extern int screen;
extern Visual *visual;