hedgewars/proto.inc.in
author unc0rr
Sun, 28 Sep 2008 22:47:13 +0000
changeset 1296 d7fffad44b7e
parent 1066 1f1b3686a2b0
permissions -rw-r--r--
Prevent AI to damage a teammate when trying to dig with firepunch (patch not tested)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
271
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
     1
(*
1066
1f1b3686a2b0 Update copyright headers a bit
unc0rr
parents: 907
diff changeset
     2
 * Hedgewars, a free turn based strategy game
393
db01cc79f278 Update copyright information
unc0rr
parents: 271
diff changeset
     3
 * Copyright (c) 2006, 2007 Andrey Korotaev <unC0Rr@gmail.com>
271
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
     4
 *
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
     8
 *
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    12
 * GNU General Public License for more details.
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    13
 *
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    14
 * You should have received a copy of the GNU General Public License
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    15
 * along with this program; if not, write to the Free Software
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    17
 *)
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    18
f2f9a3d5b441 Protocol version sets in CMake
unc0rr
parents:
diff changeset
    19
const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
907
a5b0b93a39c8 Use constant generated by cmake for version string
unc0rr
parents: 393
diff changeset
    20
      cVersionString = '${HEDGEWARS_VERSION}';