Skip to content

Commit 29b3f6c

Browse files
committed
Updated version number.
Updated version for 3.2.0 release.
1 parent c1010af commit 29b3f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/KINC.pri

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
isEmpty(MPICXX) { MPICXX = "yes" }
44

55
# Versions
6-
MAJOR_VERSION = 0
7-
MINOR_VERSION = 0
8-
REVISION = 999
6+
MAJOR_VERSION = 3
7+
MINOR_VERSION = 2
8+
REVISION = 0
99
VERSION = $${MAJOR_VERSION}.$${MINOR_VERSION}.$${REVISION}
1010

1111
# Version compiler defines

0 commit comments

Comments
 (0)