2015-06-06 12:52:13 +00:00
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
// Copyright (C) Alexander Telyatnikov, Ivan Keliukh, Yegor Anchishkin, SKIF Software, 1999-2013. Kiev, Ukraine
|
|
|
|
// All rights reserved
|
2015-06-08 14:24:47 +00:00
|
|
|
// This file was released under the GPLv2 on June 2015.
|
2015-06-06 12:52:13 +00:00
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
//+-------------------------------------------------------------------------
|
|
|
|
//
|
|
|
|
// File: version.h
|
|
|
|
//
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
//#include "product.h"
|
|
|
|
|
|
|
|
#define VER_STR_CHKUDF "0.2"
|
|
|
|
#define VER_BIN_CHKUDF 0,2,0
|
|
|
|
|
|
|
|
#define VER_STR_CDRW "0.69"
|
|
|
|
#define VER_BIN_CDRW 0,69,0,0
|
|
|
|
|
|
|
|
#define VER_STR_UDFFS "0.137"
|
|
|
|
#define VER_BIN_UDFFS 0,137,0
|
|
|
|
|
|
|
|
#define VER_STR_UDFFMT "0.18"
|
|
|
|
#define VER_BIN_UDFFMT 0,18,0
|
|
|
|
|
|
|
|
#define VER_STR_UDFFORMAT "0.17"
|
|
|
|
#define VER_BIN_UDFFORMAT 0,17,0,0
|
|
|
|
|
|
|
|
#define VER_STR_UDFGUI "0.1"
|
|
|
|
#define VER_BIN_UDFGUI 0,1,0,0
|
|
|
|
|
|
|
|
#define VER_STR_JSSETUP "0.17"
|
|
|
|
#define VER_BIN_JSSETUP 0,17,0
|
|
|
|
|
|
|
|
#define VER_STR_LIBUDF "0.1"
|
|
|
|
#define VER_BIN_LIBUDF 0,1,0,0
|
|
|
|
|
|
|
|
#define VER_STR_JSREG "0.1"
|
|
|
|
#define VER_BIN_JSREG 0,1,0,0
|
|
|
|
|
|
|
|
#define VER_STR_BUGREPORT "0.1"
|
|
|
|
#define VER_BIN_BUGREPORT 0,1,0,0
|
|
|
|
|
|
|
|
#define VER_STR_SHELLEXTUDF "0.6b"
|
|
|
|
#define VER_BIN_SHELLEXTUDF 0,6,2,0
|
|
|
|
|
|
|
|
#define VER_STR_COMMRES "0.1"
|
|
|
|
#define VER_BIN_COMMRES 0,1,0,0
|
|
|
|
|