Jacek Kowalski
2012-07-13 59898a04e959a8bda92440ef98f18f04306eb86f
Zmiana wersji bota na 2.3.
1 files modified
4 ■■■■ changed files
class/legacy/main.php 4 ●●●● patch | view | raw | blame | history
class/legacy/main.php
@@ -1,6 +1,6 @@
<?php
class main {
    const VERSION = '2.2';
    const VERSION_NUM = '2.2';
    const VERSION = '2.3';
    const VERSION_NUM = '2.3';
}
?>