Skip to content

Commit 1b6fce4

Browse files
committed
Finalise 9.0.1 release
1 parent e877ac0 commit 1b6fce4

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

Projects/Kerkerkruip.inform/Source/story.ni

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
The story headline is "An IF roguelike".
44
The story genre is "dungeon crawl".
55
The release number is 9.
6+
The story description is "Kerkerkruip is a short-form roguelike in the interactive fiction medium, featuring meaningful tactical and strategic depth, innovative game play, zero grinding, and a sword & sorcery setting that does not rehash tired clichés."
67
Release along with cover art and a file of "Gargoyle config file" called "Kerkerkruip.ini".
78

89

packages/debian/kerkerkruip/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
kerkerkruip (9.0.1) unstable; urgency=low
2+
3+
* Added a screen reader mode - note Gargoyle is not screen reader compatible
4+
* Fixed a couple of bugs in the windows code
5+
6+
-- Dannii Willis <[email protected]> Sat, 19 Apr 2014 21:33:55 +1000
7+
18
kerkerkruip (9) unstable; urgency=low
29

310
Version 9 has been released! Highlights include:

packages/debian/kerkerkruip/kerkerkruip.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH kerkerkruip 6 "13 April 2014" "Release 9"
1+
.TH kerkerkruip 6 "19 April 2014" "Release 9.0.1"
22

33
.SH NAME
44
kerkerkruip \- interactive fiction roguelike game

packages/windows/eula.rtf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{\rtf1\ansi\ansicpg1252\deff0\deflang3081{\fonttbl{\f0\fnil\fcharset0 Georgia;}}
22
{\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\sa100\sl276\slmult1\lang9\b\f0\fs28 Welcome to Kerkerkruip!\b0\fs22\par
3-
\fs20 Version 9 (13 April 2014)\par
3+
\fs20 Version 9.0.1 (19 April 2014)\par
44
\fs22\i Kerkerkruip\i0 is a short-form roguelike in the interactive fiction medium, featuring meaningful tactical and strategic depth, innovative game play, zero grinding, and a sword & sorcery setting that does not rehash tired clich\'e9s.\par
55
Find out more about Kerkerkruip at \ul http://kerkerkruip.org\ulnone\par
66
\b Changes since version 8\b0\par

packages/windows/kerkerkruip.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33

4-
<!-- When building a new installer, update the Version code and the Component Guids -->
4+
<!-- When building a new installer, update the Version number and the Component Guids -->
55

66
<Product Id="*"
77
Name="Kerkerkruip" Manufacturer="Victor Gijsbers"
8-
Version="9.0.0"
8+
Version="9.0.1"
99
Language="1033"
1010
UpgradeCode="d4ad0fbc-7903-4637-af41-d701e38117d1" > <!-- Do not change the UpgradeCode, ever! -->
1111
<Package
@@ -26,7 +26,7 @@
2626
<Directory Id="INSTALLDIR" Name="Kerkerkruip">
2727

2828
<!-- Gargoyle! -->
29-
<Component Id="Gargoyle" Guid="0f6c2e23-9967-4c93-859b-1a955a67a763"> <!-- This code must be updated each version -->
29+
<Component Id="Gargoyle" Guid="38363bb3-8d8c-4501-82fc-afad32d7ec63"> <!-- This code must be updated each version -->
3030
<File Source="git.exe"/>
3131
<File Source="gargoyle\freetype6.dll"/>
3232
<File Source="gargoyle\libgarglk.dll"/>
@@ -45,7 +45,7 @@
4545
</Component>
4646

4747
<!-- Kerkerkruip! -->
48-
<Component Id="Kerkerkruip" Guid="95cf3787-b185-4bcf-9a75-d6c978cb3e0d"> <!-- This code must be updated each version -->
48+
<Component Id="Kerkerkruip" Guid="aebba69a-6b9e-42bb-8e87-6ea9b1294a31"> <!-- This code must be updated each version -->
4949
<File Source="Kerkerkruip.gblorb"/>
5050
<File Source="..\..\Projects\Kerkerkruip Materials\Kerkerkruip.ini"/>
5151
<RegistryValue Root="HKCU" Key="Software\Kerkerkruip" Name="Kerkerkruip" Type="string" Value="[ProductVersion]" KeyPath="yes"/>

0 commit comments

Comments
 (0)