1 ////////////////////////////////////////////////////////////////////
2 // Copyright (C) Alexander Telyatnikov, Ivan Keliukh, Yegor Anchishkin, SKIF Software, 1999-2013. Kiev, Ukraine
3 // All rights reserved
4 // This file was released under the GPLv2 on June 2015.
5 ////////////////////////////////////////////////////////////////////
6 //+-------------------------------------------------------------------------
7 //
8 //  File:       version.h
9 //
10 //--------------------------------------------------------------------------
11 
12 //#include "product.h"
13 
14 #define VER_STR_CHKUDF              "0.2"
15 #define VER_BIN_CHKUDF              0,2,0
16 
17 #define VER_STR_CDRW                "0.69"
18 #define VER_BIN_CDRW                0,69,0,0
19 
20 #define VER_STR_UDFFS               "0.137"
21 #define VER_BIN_UDFFS               0,137,0
22 
23 #define VER_STR_UDFFMT              "0.18"
24 #define VER_BIN_UDFFMT              0,18,0
25 
26 #define VER_STR_UDFFORMAT           "0.17"
27 #define VER_BIN_UDFFORMAT           0,17,0,0
28 
29 #define VER_STR_UDFGUI              "0.1"
30 #define VER_BIN_UDFGUI              0,1,0,0
31 
32 #define VER_STR_JSSETUP             "0.17"
33 #define VER_BIN_JSSETUP             0,17,0
34 
35 #define VER_STR_LIBUDF              "0.1"
36 #define VER_BIN_LIBUDF              0,1,0,0
37 
38 #define VER_STR_JSREG               "0.1"
39 #define VER_BIN_JSREG               0,1,0,0
40 
41 #define VER_STR_BUGREPORT           "0.1"
42 #define VER_BIN_BUGREPORT            0,1,0,0
43 
44 #define VER_STR_SHELLEXTUDF         "0.6b"
45 #define VER_BIN_SHELLEXTUDF         0,6,2,0
46 
47 #define VER_STR_COMMRES             "0.1"
48 #define VER_BIN_COMMRES             0,1,0,0
49 
50