/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.0
Compiler/PCU/PCUFileFormatVersion.cs
11 строк
455 B
Бондарев Иван
added license info in source files
01 июн 2015, 22:15
01 июн 2015, 22:15
092d84d
Код
Авторство
О чём код?
// Copyright (c) Ivan Bondarev, Stanislav Mihalkovich (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) //ѕри внесении изменений в структуру PCU файла версию увеличить на 1 namespace PascalABCCompiler.PCU { public static class PCUFileFormatVersion { public static System.Int16 Version = 104; } }