dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
[mod_pogoda] Podbicie wersji API yr.no
Jacek Kowalski
2016-02-12
6411a4f462fcd039ce4d233aaf28a5186b20eeea
[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';
}
?>