Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 614130c

Browse files
author
Kelson42
committed
Replace 0.9rc3 by 0.9
1 parent 0f02312 commit 614130c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/kiwix-install.nsi.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FunctionEnd
3838

3939
; Define installer registry string contants
4040
!define PRODUCT_NAME "Kiwix"
41-
!define PRODUCT_VERSION "0.9 rc3"
41+
!define PRODUCT_VERSION "0.9"
4242
!define PRODUCT_PUBLISHER "Kiwix"
4343
!define PRODUCT_WEB_SITE "http://www.kiwix.org"
4444

kiwix/chrome/content/main/main.xul

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
key="help-key" accesskey="&main.help.accesskey;" oncommand="showHelp(undefined, true)"/>
129129
<menuseparator/>
130130
<menuitem id="help-feedback" label="&main.feedback;" class="menuitem-iconic"
131-
oncommand="openUrlWithExternalBrowser('http://input.kiwix.org/feedback.html?version=0.9-rc3')"/>
131+
oncommand="openUrlWithExternalBrowser('http://input.kiwix.org/feedback.html?version=0.9')"/>
132132
<menuitem id="help-reportabug" label="&main.reportabug;" class="menuitem-iconic"
133133
oncommand="openUrlWithExternalBrowser('http://reportabug.kiwix.org')"/>
134134
<menuitem id="help-requestafeature" label="&main.requestafeature;" class="menuitem-iconic"

0 commit comments

Comments
 (0)