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

Commit 16998f4

Browse files
committed
bump version to 4.0.3
1 parent 955b3f5 commit 16998f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.2
1+
VER=4.0.3
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.2"
2+
#define Version "4.0.3"
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.2"
2+
#define Version "4.0.3"
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.2'
1+
__version__ = '4.0.3'
22
__author__ = 'Brad McRae, Viral B. Shah, and Tanmay Mohapatra'
33
__email__ = '[email protected]'
44

0 commit comments

Comments
 (0)