Skip to content

Commit 38ef582

Browse files
4.0.6a release, Windows only.
1 parent b609d74 commit 38ef582

7 files changed

Lines changed: 18 additions & 5 deletions

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2017-08-210 karl <charcoal@users.sf.net>
2+
3+
* added -fno-delete-null-pointer-checks to stop stupid crash.
4+
somebody please tell the gnu people that this is just plain wrong.
5+
* 4.0.6a release, Windows only.
6+
17
2017-08-10 karl <charcoal@users.sf.net>
28

39
* 4.0.6 release.

RELEASE-NOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ ____________________
33
XIPHOS RELEASE NOTES
44
____________________
55

6+
Release 4.0.6a
7+
20 Aug 2017
8+
9+
Windows only.
10+
- internal: fixed compiler error causing 1st-time user crash in mod.mgr.
11+
________________________________________________________________
12+
613
Release 4.0.6
714
10 Aug 2017
815

win32/nsis/installer32.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
!define APP_NAME "Xiphos"
4545
!define INSTALLER_NAME "xiphos"
4646
!define APP_BINARY_NAME "xiphos.exe"
47-
!define APP_VERS "4.0.6"
47+
!define APP_VERS "4.0.6a"
4848
!define APP_EDITION "win32"
4949
!define APP_URL "http://xiphos.org"
5050

win32/nsis/installer64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
!define APP_NAME "Xiphos"
4545
!define INSTALLER_NAME "xiphos"
4646
!define APP_BINARY_NAME "xiphos.exe"
47-
!define APP_VERS "4.0.6"
47+
!define APP_VERS "4.0.6a"
4848
!define APP_EDITION "win64"
4949
!define APP_URL "http://xiphos.org"
5050

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ preproc.strict_quotes=0
1414
import waffles.misc
1515
import waffles.gnome as gnome
1616

17-
VERSION='4.0.6'
17+
VERSION='4.0.6a'
1818

1919
APPNAME='xiphos'
2020
PACKAGE='xiphos'

xiphos-nav.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH XIPHOS-NAV "1" "Aug 2017" "xiphos 4.0.6" "Xiphos Utilities"
1+
.TH XIPHOS-NAV "1" "Aug 2017" "xiphos 4.0.6a" "Xiphos Utilities"
22
.SH "NAME"
33
xiphos\-nav \- Navigating Xiphos to a verse reference
44
.SH "SYNOPSIS"

xiphos.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH XIPHOS "1" "Aug 2017" "xiphos 4.0.6" "User Commands"
1+
.TH XIPHOS "1" "Aug 2017" "xiphos 4.0.6a" "User Commands"
22
.SH NAME
33
xiphos \- A Bible research tool
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)