Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 11d81f6

Browse files
committed
Version number updates for 4.0.5
1 parent 8887769 commit 11d81f6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v4.0.5, 07 May 2014 -- Slight speedup in pairwise mode. Fixed handling of failed solves in all-to-one modes.
12
v4.0.4, 12 Apr 2014 -- Fixed bugs in handling include/exclude pairs.
23
v4.0.3, 06 Apr 2014 -- Fixed batch mode for GUI
34
v4.0.1, 28 Mar 2014 -- Stable version with bug fixes and user interface tweaks.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=4.0.4
1+
VER=4.0.5
22

33
# run standard verify routines
44
test:

circuitscape-x64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;ENTER VERSION INFO HERE
2-
#define Version "4.0.4"
2+
#define Version "4.0.5"
33

44
;TODO: Would be great to get the following to work, but version info isn't in exe file:
55
;#define AppVersion GetFileVersion("dist\csgui.exe")

circuitscape/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '4.0.4'
1+
__version__ = '4.0.5'
22
__author__ = 'Brad McRae, Viral B. Shah, and Tanmay Mohapatra'
33
__email__ = '[email protected]'
44

0 commit comments

Comments
 (0)