Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Commit

Permalink
Bump to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Apr 4, 2017
1 parent d2621ef commit 961d560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions heglk/heglkunix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions source/heheader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <string.h>
Expand Down

0 comments on commit 961d560

Please sign in to comment.