diff --git a/app/cudatext.app/Contents/Info.plist b/app/cudatext.app/Contents/Info.plist
index 5dcb5062183..12dcb7c271c 100644
--- a/app/cudatext.app/Contents/Info.plist
+++ b/app/cudatext.app/Contents/Info.plist
@@ -19,7 +19,7 @@
CFBundleSignature
cudatext
CFBundleShortVersionString
- 1.162.0
+ 1.163.0
CFBundleVersion
1
CSResourcesFileMapped
diff --git a/app/cudatext.lpi b/app/cudatext.lpi
index f8358184aa6..2279d69020b 100644
--- a/app/cudatext.lpi
+++ b/app/cudatext.lpi
@@ -25,7 +25,7 @@
-
+
diff --git a/app/cudatext.res b/app/cudatext.res
index 0db098adcbc..939e5814114 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 4fc2d165d03..6f0bb6f0fa4 100644
--- a/app/proc_msg.pas
+++ b/app/proc_msg.pas
@@ -17,7 +17,7 @@ interface
ATSynEdit;
const
- cAppExeVersion = '1.162.7.0';
+ cAppExeVersion = '1.163.0.0';
cAppApiVersion = 420;
const
diff --git a/app/readme/history.txt b/app/readme/history.txt
index c040fc7577e..9be1d56a502 100644
--- a/app/readme/history.txt
+++ b/app/readme/history.txt
@@ -3,7 +3,7 @@
- fixed
* changed
-1.162.7 (2022/04)
+1.163.0 (2022/04)
+ add: new command "add next occurrence of selected text (not whole-word)" (thanks @veksha)
+ add: new command "skip next occurrence of selected text"
diff --git a/setup/cuda_ver.sh b/setup/cuda_ver.sh
index 27732184e2e..3b866c98c54 100755
--- a/setup/cuda_ver.sh
+++ b/setup/cuda_ver.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-cuda_ver=1.162.7.0
+cuda_ver=1.163.0.0
diff --git a/setup/debfiles/control b/setup/debfiles/control
index 4795c692cfc..37acce0f90f 100644
--- a/setup/debfiles/control
+++ b/setup/debfiles/control
@@ -1,5 +1,5 @@
Package: cudatext
-Version: 1.162.7.0-1
+Version: 1.163.0.0-1
Section: editors
Priority: optional
Architecture: amd64
diff --git a/setup/debfiles/control_qt5 b/setup/debfiles/control_qt5
index 394223d3b36..9477d893748 100644
--- a/setup/debfiles/control_qt5
+++ b/setup/debfiles/control_qt5
@@ -1,5 +1,5 @@
Package: cudatext
-Version: 1.162.7.0-1
+Version: 1.163.0.0-1
Section: editors
Priority: optional
Architecture: amd64