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

Commit

Permalink
Version number updates for 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaykm committed May 7, 2014
1 parent 8887769 commit 11d81f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v4.0.5, 07 May 2014 -- Slight speedup in pairwise mode. Fixed handling of failed solves in all-to-one modes.
v4.0.4, 12 Apr 2014 -- Fixed bugs in handling include/exclude pairs.
v4.0.3, 06 Apr 2014 -- Fixed batch mode for GUI
v4.0.1, 28 Mar 2014 -- Stable version with bug fixes and user interface tweaks.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=4.0.4
VER=4.0.5

# run standard verify routines
test:
Expand Down
2 changes: 1 addition & 1 deletion circuitscape-x64.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;ENTER VERSION INFO HERE
#define Version "4.0.4"
#define Version "4.0.5"

;TODO: Would be great to get the following to work, but version info isn't in exe file:
;#define AppVersion GetFileVersion("dist\csgui.exe")
Expand Down
2 changes: 1 addition & 1 deletion circuitscape/compute.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '4.0.4'
__version__ = '4.0.5'
__author__ = 'Brad McRae, Viral B. Shah, and Tanmay Mohapatra'
__email__ = '[email protected]'

Expand Down

0 comments on commit 11d81f6

Please sign in to comment.