dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
[core] Poprawka literówki w klasie BotPull
Jacek Kowalski
2014-06-11
5ab2921256e688e2f005b04bfe08f8c8bb91fd68
[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';
}
?>