From 961d5607f327ee4fec31b3af3fc9b27d54aa05c5 Mon Sep 17 00:00:00 2001 From: Dannii Willis Date: Tue, 4 Apr 2017 21:27:51 +1000 Subject: [PATCH] Bump to version 3.3.0 --- heglk/heglkunix.c | 4 ++-- source/heheader.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/heglk/heglkunix.c b/heglk/heglkunix.c index 44d0f17..64684dc 100644 --- a/heglk/heglkunix.c +++ b/heglk/heglkunix.c @@ -89,9 +89,9 @@ glkunix_startup_code (glkunix_startup_t *data) char *base_name; #ifdef GARGLK - garglk_set_program_name("Hugo 3.1"); + garglk_set_program_name("Hugo 3.3.0"); garglk_set_program_info( - "Hugo 3.1 by Kent Tessman\n" + "Hugo 3.3.0 by Kent Tessman\n" "Graphics support by Simon Baldwin\n" "Sound support by Tor Andersson\n"); #endif diff --git a/source/heheader.h b/source/heheader.h index b951b49..167418d 100644 --- a/source/heheader.h +++ b/source/heheader.h @@ -9,11 +9,11 @@ #define HEVERSION 3 -#define HEREVISION 1 +#define HEREVISION 3 #if !defined (COMPILE_V25) -#define HEINTERIM ".03" +#define HEINTERIM ".0" #else -#define HEINTERIM ".03 (2.5)" +#define HEINTERIM ".0 (2.5)" #endif #include