diff --git a/app/cudatext.app/Contents/Info.plist b/app/cudatext.app/Contents/Info.plist index 7687b49e0eb..d60bb1e3fd6 100644 --- a/app/cudatext.app/Contents/Info.plist +++ b/app/cudatext.app/Contents/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature cudatext CFBundleShortVersionString - 1.178.5 + 1.179.0 CFBundleVersion 1 CSResourcesFileMapped diff --git a/app/cudatext.lpi b/app/cudatext.lpi index 08bf3783f61..8992fc4d3f7 100644 --- a/app/cudatext.lpi +++ b/app/cudatext.lpi @@ -25,7 +25,7 @@ - + diff --git a/app/cudatext.res b/app/cudatext.res index 1f624c9c5cf..801fa8f2e78 100644 Binary files a/app/cudatext.res and b/app/cudatext.res differ diff --git a/app/proc_msg.pas b/app/proc_msg.pas index a269f7277b2..364f0fe6aca 100644 --- a/app/proc_msg.pas +++ b/app/proc_msg.pas @@ -17,7 +17,7 @@ interface ATSynEdit; const - cAppExeVersion = '1.178.8.0'; + cAppExeVersion = '1.179.0.0'; cAppApiVersion = 436; const diff --git a/app/readme/history.txt b/app/readme/history.txt index 0045d5da1b3..71a3381072c 100644 --- a/app/readme/history.txt +++ b/app/readme/history.txt @@ -10,7 +10,7 @@ - fix: crashes on fast/heavy using of file commands: drag-drop 20 files / close all / reopen recent file (thanks @veksha) - fix: crash on Windows when opening file in distraction-free mode (thanks @faulknermano) -1.178.5 (2022/11) +1.178.5 (2022/12) * change: "Extract RegEx matches" action now doesn't sort matches (thanks @mast) * change: tab context menu "Close / All (all groups)" now closes tabs in all windows including floating-groups diff --git a/setup/cuda_ver.sh b/setup/cuda_ver.sh index 35d69217c8c..6efc5ffbfcb 100755 --- a/setup/cuda_ver.sh +++ b/setup/cuda_ver.sh @@ -1,2 +1,2 @@ #!/bin/sh -cuda_ver=1.178.8.0 +cuda_ver=1.179.0.0 diff --git a/setup/debfiles/control b/setup/debfiles/control index 1a62ee35883..f599751792a 100644 --- a/setup/debfiles/control +++ b/setup/debfiles/control @@ -1,5 +1,5 @@ Package: cudatext -Version: 1.178.8.0-1 +Version: 1.179.0.0-1 Section: editors Priority: optional Architecture: amd64 diff --git a/setup/debfiles/control_qt5 b/setup/debfiles/control_qt5 index 7667d9b0b26..2c353afb3b3 100644 --- a/setup/debfiles/control_qt5 +++ b/setup/debfiles/control_qt5 @@ -1,5 +1,5 @@ Package: cudatext -Version: 1.178.8.0-1 +Version: 1.179.0.0-1 Section: editors Priority: optional Architecture: amd64