repo.or.cz
/
gnushogi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
GNU Shogi 1.1p02
[gnushogi.git]
/
src
/
version.h
blob
9f7f80ebe10777fc7ee3636cd4b38cd9541ba641
1
/*
2
* This is GNU Shogi.
3
* Copyright (c) 1993 Matthias Mutz.
4
* GNU Shogi is based on GNU Chess
5
* Copyright (c) 1986-1992 Free Software Foundation.
6
*
7
*/
8
char
*
version
=
"1.1"
;
9
char
*
patchlevel
=
"02"
;