Changeset 11
- Timestamp:
- 07/27/11 03:14:32 (10 months ago)
- Files:
-
- tags/release-0.9.17 (copied) (copied from trunk)
- tags/release-0.9.17/Client/VERSION (added)
- tags/release-0.9.17/Client/config (copied) (copied from trunk/Client/config)
- tags/release-0.9.17/Client/config-pseudo-repository (copied) (copied from trunk/Client/config-pseudo-repository)
- tags/release-0.9.17/Client/config-repository (copied) (copied from trunk/Client/config-repository)
- tags/release-0.9.17/Client/config-system (copied) (copied from trunk/Client/config-system)
- tags/release-0.9.17/Client/ro_client.pl (copied) (copied from trunk/Client/ro_client.pl) (1 diff)
- tags/release-0.9.17/Client/russian-configs/config (copied) (copied from trunk/Client/russian-configs/config)
- tags/release-0.9.17/Client/russian-configs/config-pseudo-repository (copied) (copied from trunk/Client/russian-configs/config-pseudo-repository)
- tags/release-0.9.17/Client/russian-configs/config-repository (copied) (copied from trunk/Client/russian-configs/config-repository)
- tags/release-0.9.17/Client/russian-configs/config-system (copied) (copied from trunk/Client/russian-configs/config-system)
- tags/release-0.9.17/Server/VERSION (added)
- tags/release-0.9.17/Server/ro_analyzer.pl (copied) (copied from trunk/Server/ro_analyzer.pl) (1 diff)
- tags/release-0.9.17/Server/ro_server.pl (copied) (copied from trunk/Server/ro_server.pl)
- tags/release-0.9.17/WebRO/VERSION (added)
- tags/release-0.9.17/WebRO/webro.pl (copied) (copied from trunk/WebRO/webro.pl)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/release-0.9.17/Client/ro_client.pl
r10 r11 25 25 # внимание - при запросе обновления отсылается два XML-документа 26 26 27 my $VERSION = '0.9.17 svn'; # версия клиента27 my $VERSION = '0.9.17'; # версия клиента 28 28 29 29 my $date = localtime(time); # для записи в кеш - на всякий случай tags/release-0.9.17/Server/ro_analyzer.pl
r10 r11 20 20 use Getopt::Long qw(:config no_ignore_case bundling no_auto_abbrev); 21 21 22 my $VERSION = '0.9.17 svn'; # версия анализатора22 my $VERSION = '0.9.17'; # версия анализатора 23 23 24 24 # коды состояний (были заданы при создании БД)
