Skip to content

Commit 5c2d55b

Browse files
committed
Update headers to 6576
1 parent cef6a2d commit 5c2d55b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

plugins/common/unicode/farcolor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
farcolor.hpp
77
8-
Colors Index for FAR Manager 3.0.6571.0
8+
Colors Index for FAR Manager 3.0.6575.0
99
*/
1010
/*
1111
Copyright © 1996 Eugene Roshal

plugins/common/unicode/plugin.hpp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*
77
plugin.hpp
88
9-
Plugin API for Far Manager 3.0.6571.0
9+
Plugin API for Far Manager 3.0.6575.0
1010
*/
1111
/*
1212
Copyright © 1996 Eugene Roshal
@@ -44,7 +44,7 @@ other possible license with no implications from the above license on them.
4444
#define FARMANAGERVERSION_MAJOR 3
4545
#define FARMANAGERVERSION_MINOR 0
4646
#define FARMANAGERVERSION_REVISION 0
47-
#define FARMANAGERVERSION_BUILD 6571
47+
#define FARMANAGERVERSION_BUILD 6575
4848
#define FARMANAGERVERSION_STAGE VS_PRIVATE
4949

5050
#ifndef RC_INVOKED
@@ -1386,6 +1386,12 @@ enum FARMACROVARTYPE
13861386
FMVT_NEWTABLE = 12,
13871387
FMVT_SETTABLE = 13,
13881388
FMVT_DIALOG = 14,
1389+
FMVT_TABLE = 15,
1390+
FMVT_GETTABLE = 16,
1391+
FMVT_STACKPOP = 17,
1392+
FMVT_STACKGETTOP = 18,
1393+
FMVT_STACKSETTOP = 19,
1394+
FMVT_STACKPUSHVALUE = 20,
13891395
};
13901396

13911397
struct FarMacroValue

0 commit comments

Comments
 (0)