dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
[mod_tv] Poprawka ładowania programu TV (external entites)
Jacek Kowalski
2016-02-12
e785f2c811a3e6bef9e53ad1ae91f3c774d2f42f
[bot]
/
class
/
legacy
/
main.php
1
2
3
4
5
6
7
8
9
10
11
12
<?php
class main {
/**
* Wersja bota w formacie: <i>X.Y TYPE</i>, np. <i>2.0 Beta</i>
*/
const VERSION = '2.6.1';
/**
* Wersja bota, tylko część numeryczna (X.Y), np. <i>2.0</i>
*/
const VERSION_NUM = '2.6.1';
}
?>