released 0.62 with solaris support

This commit is contained in:
Chris Lu 2014-07-24 12:24:01 -07:00
parent dc03626167
commit bcd36dedb4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// +build windows openbsd netbsd plan9
// +build windows openbsd netbsd plan9 solaris
package stats

View File

@ -1,4 +1,4 @@
// +build !windows,!openbsd,!netbsd,!plan9
// +build !windows,!openbsd,!netbsd,!plan9,!solaris
package stats

View File

@ -3,5 +3,5 @@ package util
import ()
const (
VERSION = "0.62 beta"
VERSION = "0.63 beta"
)