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

Commit 5c061b8

Browse files
committed
Version number updates for 4.0.4
1 parent 43fabb1 commit 5c061b8

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=4.0.3
1+
VER=4.0.4
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.3"
2+
#define Version "4.0.4"
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.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.3"
2+
#define Version "4.0.4"
33

44
[Setup]
55
; NOTE: The value of AppId uniquely identifies this application.

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.3'
1+
__version__ = '4.0.4'
22
__author__ = 'Brad McRae, Viral B. Shah, and Tanmay Mohapatra'
33
__email__ = '[email protected]'
44

circuitscape/gui_rsrc_win8.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#Windows 8 causing problems with font size. partial attempt to correct in this version.
2+
# try tahoma, try removing u before facename
23
GUI_RSRC = {'application':{'type':'Application',
34
'name':'Minimal',
45
'backgrounds': [

0 commit comments

Comments
 (0)