Skip to content

Commit

Permalink
установил номер версии 6.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed May 4, 2020
1 parent 2efd035 commit c6cd83d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion epf/bddRunner/bddRunner/Ext/ObjectModule.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Функция ПолучитьВерсиюОбработки(ДобавлятьНазвание = Истина, ТолькоЦифры = Ложь) Экспорт

Версия = "6.6.0";
Версия = "6.6.5";

Если ТолькоЦифры Тогда
Возврат Версия;
Expand Down
2 changes: 1 addition & 1 deletion epf/xddTestRunner/xddTestRunner/Ext/ObjectModule.bsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Функция Версия() Экспорт
Версия = "6.6.0";
Версия = "6.6.5";
Возврат Версия;
КонецФункции

Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/BDD, ver. 6.6.0</v8:content>
<v8:content>ADD/BDD, ver. 6.6.5</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.6.0</Version>
<Version>6.6.5</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>false</UseManagedFormInOrdinaryApplication>
Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83NoSync/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/BDD, ver. 6.6.0</v8:content>
<v8:content>ADD/BDD, ver. 6.6.5</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.6.0</Version>
<Version>6.6.5</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>false</UseManagedFormInOrdinaryApplication>
Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83xdd/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/TDD, ver. 6.6.0</v8:content>
<v8:content>ADD/TDD, ver. 6.6.5</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.6.0</Version>
<Version>6.6.5</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>true</UseManagedFormInOrdinaryApplication>
Expand Down
4 changes: 2 additions & 2 deletions lib/CF/83xddNoSync/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Synonym>
<v8:item>
<v8:lang>ru</v8:lang>
<v8:content>ADD/TDD, ver. 6.6.0</v8:content>
<v8:content>ADD/TDD, ver. 6.6.5</v8:content>
</v8:item>
</Synonym>
<Comment/>
Expand All @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor/>
<Version>6.6.0</Version>
<Version>6.6.5</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>true</UseManagedFormInOrdinaryApplication>
Expand Down
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
Сообщить("ИНФОРМАЦИЯ - Создан файл релиза " + ФайлКонечный.ПолноеИмя);
КонецПроцедуры

ВерсияПакета = "6.6.0";
ВерсияПакета = "6.6.5";

Описание.Имя("add")
.Версия(ВерсияПакета)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Перем мТЗКэшОбъектов;

Функция Версия() Экспорт
Версия = "6.6.0";
Версия = "6.6.5";
Возврат Версия;
КонецФункции

Expand Down

0 comments on commit c6cd83d

Please sign in to comment.