--- a/CMakeLists.txt Sat Nov 13 16:47:40 2010 +0300
+++ b/CMakeLists.txt Sat Nov 13 16:52:53 2010 +0300
@@ -214,6 +214,7 @@
set(CPACK_SOURCE_IGNORE_FILES
"~"
+ "\\\\.hg"
"\\\\.svn"
"\\\\.exe$"
"\\\\.a$"
--- a/INSTALL Sat Nov 13 16:47:40 2010 +0300
+++ b/INSTALL Sat Nov 13 16:52:53 2010 +0300
@@ -23,7 +23,7 @@
$ cmake -DCMAKE_BUILD_TYPE="Release" -DBUNDLE=1 .
-if you have QT installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
+if you have Qt installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
2. Compile:
$ make
--- a/README Sat Nov 13 16:47:40 2010 +0300
+++ b/README Sat Nov 13 16:52:53 2010 +0300
@@ -3,5 +3,5 @@
Images and sounds are distributed under the terms of the GNU FDL licence.
Source:
-Copyright 2004-2009 Andrey Korotaev <unC0Rr@gmail.com>
-Copyright 2006-2008 Igor Ulyanov aka Displacer <iulyanov@gmail.com>
\ No newline at end of file
+Copyright 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+Portions copyright 2006-2008 Igor Ulyanov aka Displacer <iulyanov@gmail.com>