Skip to content

Commit

Permalink
Release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dvorkin committed Oct 26, 2015
1 parent 030a021 commit 2981c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 3.0
VERSION = 3.1
GOFLAGS = -gcflags -B

build:
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ USING DONNA
play against it in interactive mode:

$ ./donna -i
Donna v2.0 Copyright (c) 2014-2015 by Michael Dvorkin. All Rights Reserved.
Donna v3.1 Copyright (c) 2014-2015 by Michael Dvorkin. All Rights Reserved.
Type ? for help.

donna>
Expand Down
2 changes: 1 addition & 1 deletion data.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import `regexp`
// -― FORTRAN manual for Xerox Computers

// Your chess engine hates you when you are working on a new version.
const Version = `3.1rc1`
const Version = `3.1`

// Limits and conventions.
const (
Expand Down

0 comments on commit 2981c83

Please sign in to comment.