Skip to content

Commit

Permalink
mark version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Jan 13, 2014
1 parent 87f0093 commit d746554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"runtime"
)

const VERSION = "mumax3.3"
const VERSION = "mumax3.3.1"

var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"

Expand Down

0 comments on commit d746554

Please sign in to comment.