Roman Dmitriev 2 лет назад
Родитель
Сommit
9aa7f4779f
4 измененных файлов с 6 добавлено и 3 удалено
  1. 1 1
      html/inc/footer.php
  2. 1 1
      html/inc/footer.small.php
  3. 3 0
      scripts/eyelib/main.pm
  4. 1 1
      version

+ 1 - 1
html/inc/footer.php

@@ -1,4 +1,4 @@
-<div id="copyright">Copyright &copy; 2008-2023 Eye v2.4.12 &nbsp<a href="https://github.com/rajven/Eye">rnd@rajven.ru</a></div>
+<div id="copyright">Copyright &copy; 2008-2023 Eye v2.4.13 &nbsp<a href="https://github.com/rajven/Eye">rnd@rajven.ru</a></div>
 
 <?php
 $end_time = microtime();

+ 1 - 1
html/inc/footer.small.php

@@ -1,4 +1,4 @@
-<div id="copyright">Copyright &copy; 2008-2023 Eye v2.4.12 &nbsp<a href="https://github.com/rajven/Eye">rnd@rajven.ru</a></div>
+<div id="copyright">Copyright &copy; 2008-2023 Eye v2.4.13 &nbsp<a href="https://github.com/rajven/Eye">rnd@rajven.ru</a></div>
 <?php
 $end_time = microtime();
 $end_array = explode(" ",$end_time);

+ 3 - 0
scripts/eyelib/main.pm

@@ -20,6 +20,7 @@ use MIME::Base64;
 
 our @ISA = qw(Exporter);
 our @EXPORT = qw(
+eye_version
 log_file
 write_to_file
 wrlog
@@ -60,6 +61,8 @@ netdev_set_auth
 BEGIN
 {
 
+our $eye_version = "2.4.13";
+
 #---------------------------------------------------------------------------------------------------------
 
 sub log_file {

+ 1 - 1
version

@@ -1 +1 @@
-2.4.12
+2.4.13