This website requires JavaScript.
Explore
Help
Sign in
prehistoric-systems
/
mytinytodo
Watch
1
Star
0
Fork
You've already forked mytinytodo
0
mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced
2026-03-11 08:55:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9575fa54bf
mytinytodo
/
includes
/
version.php
10 lines
107 B
PHP
Raw
Normal View
History
Unescape
Escape
do not use version.txt and @VERSION
2022-02-07 16:08:41 +00:00
<
?
php
namespace
mytinytodo
;
class
Version
{
set version to 1.8.1
2023-12-02 11:31:39 +00:00
const
VERSION
=
'1.8.1'
;
set version to 1.8-dev
2022-12-05 09:41:51 +00:00
const
DB_VERSION
=
'1.8'
;
do not use version.txt and @VERSION
2022-02-07 16:08:41 +00:00
}
Reference in a new issue
Copy permalink