Update squirrel to 2.2.4 (keeping const-correctness of sqstdstream)
[supertux.git] / external / squirrel / include / squirrel.h
index 7d2f9a0..141908d 100644 (file)
@@ -157,7 +157,7 @@ typedef char SQChar;
 #define MAX_CHAR 0xFF
 #endif
 
-#define SQUIRREL_VERSION       _SC("Squirrel 2.2.3 stable")
+#define SQUIRREL_VERSION       _SC("Squirrel 2.2.4 stable")
 #define SQUIRREL_COPYRIGHT     _SC("Copyright (C) 2003-2009 Alberto Demichelis")
 #define SQUIRREL_AUTHOR                _SC("Alberto Demichelis")