]> mj.ucw.cz Git - libucw.git/commitdiff
Config: Updated UCW_VERSION and ..._CODE
authorMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:53:49 +0000 (19:53 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:53:49 +0000 (19:53 +0100)
ucw/default.cfg

index 63a0ef8a8a995a3a583ce45c4ef9eb161ef3f77a..75fb63532b16f3a7d5d1b1033e136a61b354b349 100644 (file)
@@ -1,9 +1,9 @@
 # Configuration variables of the UCW library and their default values
-# (c) 2005--2010 Martin Mares <mj@ucw.cz>
+# (c) 2005--2012 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("UCW_VERSION" => "4.0.1-dev");
-Set("UCW_VERSION_CODE" => 4000001);
+Set("UCW_VERSION" => "5.0-dev");
+Set("UCW_VERSION_CODE" => 5000000);
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");