Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
Updated version for 3.2.0 release.
  • Loading branch information
4ctrl-alt-del committed Jun 29, 2018
1 parent c1010af commit 29b3f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/KINC.pri
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
isEmpty(MPICXX) { MPICXX = "yes" }

# Versions
MAJOR_VERSION = 0
MINOR_VERSION = 0
REVISION = 999
MAJOR_VERSION = 3
MINOR_VERSION = 2
REVISION = 0
VERSION = $${MAJOR_VERSION}.$${MINOR_VERSION}.$${REVISION}

# Version compiler defines
Expand Down

0 comments on commit 29b3f6c

Please sign in to comment.