1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Added icon to the MSVC project, minor fixes, version bumped to 0.74.

This commit is contained in:
Michał W. Urbańczyk
2009-10-01 20:00:21 +00:00
parent 96add1cd62
commit 3d4db35df0
9 changed files with 108 additions and 7 deletions

View File

@ -19,7 +19,7 @@
#include <boost/mpl/identity.hpp>
#include <boost/type_traits/is_array.hpp>
const ui32 version = 709;
const ui32 version = 710;
class CConnection;
namespace mpl = boost::mpl;