Skip to content

Commit de47535

Browse files
committed
1.3.0 version bump
1 parent f152c62 commit de47535

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ruxton_Tascam_US-2400.ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@description Tascam US-2400 Control Surface Native Mode
22
@author Greg Tangey (Ruxton)
3-
@version 1.2.1
3+
@version 1.3.0
44
@changelog Fixes overlay crash
55
@provides
66
[win64] reaper_csurf_us2400.dll https://github.com/Ruxton/reaper-csurf-us2400/releases/download/$version/reaper_csurf_us2400.dll

source/csurf_us2400.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3199,7 +3199,7 @@ class CSurf_US2400 : public IReaperControlSurface
31993199
{
32003200
descspace.Set(DESCSTRING);
32013201
char tmp[512];
3202-
WDL_String vers = WDL_String("1.2.1");
3202+
WDL_String vers = WDL_String("1.3.0");
32033203
WDL_String midiStr = WDL_String(0);
32043204
char midi_in_name[64];
32053205
midi_in_name[0]=0;

source/res.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
112112
//
113113

114114
VS_VERSION_INFO VERSIONINFO
115-
FILEVERSION 1,2,1,0
116-
PRODUCTVERSION 1,2,1,0
115+
FILEVERSION 1,3,0,0
116+
PRODUCTVERSION 1,3,1,0
117117
FILEFLAGSMASK 0x3fL
118118
#ifdef _DEBUG
119119
FILEFLAGS 0xbL
@@ -129,12 +129,12 @@ BEGIN
129129
BLOCK "0c0904b0"
130130
BEGIN
131131
VALUE "FileDescription", "Reaper control surface plugin for Tascam US-2400"
132-
VALUE "FileVersion", "1.2.1.0"
132+
VALUE "FileVersion", "1.3.0.0"
133133
VALUE "InternalName", "reaper_csurf_us2400.dll"
134134
VALUE "LegalCopyright", "Copyright (C) 2016"
135135
VALUE "OriginalFilename", "reaper_csurf_us2400.dll"
136136
VALUE "ProductName", "Tascam US-2400 (M-Key & VU Support) for Reaper"
137-
VALUE "ProductVersion", "1.2.1.0"
137+
VALUE "ProductVersion", "1.3.0.0"
138138
END
139139
END
140140
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)