mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-25 03:39:21 +00:00
SMUtils.pm: change version format
git-svn-id: https://svn.fhem.de/fhem/trunk@24883 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4c74ebb96a
commit
f6d64962b9
@ -26,6 +26,7 @@
|
|||||||
#########################################################################################################################
|
#########################################################################################################################
|
||||||
|
|
||||||
# Version History
|
# Version History
|
||||||
|
# 1.23.1 correct version format
|
||||||
# 1.23.0 new sub evalDecodeJSON
|
# 1.23.0 new sub evalDecodeJSON
|
||||||
# 1.22.0 new sub addCHANGED
|
# 1.22.0 new sub addCHANGED
|
||||||
# 1.21.0 new sub timestringToTimestamp / createReadingsFromArray
|
# 1.21.0 new sub timestringToTimestamp / createReadingsFromArray
|
||||||
@ -49,7 +50,7 @@ use FHEM::SynoModules::ErrCodes qw(:all); # Erro
|
|||||||
use GPUtils qw( GP_Import GP_Export );
|
use GPUtils qw( GP_Import GP_Export );
|
||||||
use Carp qw(croak carp);
|
use Carp qw(croak carp);
|
||||||
|
|
||||||
use version; our $VERSION = version->declare('1.22.0');
|
use version; our $VERSION = version->declare('1.231'); # Format Version beachten: x.xxx!
|
||||||
|
|
||||||
use Exporter ('import');
|
use Exporter ('import');
|
||||||
our @EXPORT_OK = qw(
|
our @EXPORT_OK = qw(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user