diff --git a/CMakeLists.txt b/CMakeLists.txt
index d87a58112ee725352bccc708cfc8880fb9676004..85cbc8b858988ebedb5a8579139ac6298f070bd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
 
 set(MAJOR_VERSION "1")
 set(MINOR_VERSION "19")
-set(PATCH_VERSION "0")
+set(PATCH_VERSION "1")
 set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 
 # check for 64 bit
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 3ecc20de02e9bfc3a1f2b9ae08973e368a46c75f..030b690ba598884ae029d549fb0a2c98a222beda 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,5 +1,10 @@
 YAT history file
 
+1.19.1 (2022/07/18)
+===================
+
+    Fixed bad version numbers
+
 1.19.0 (2022/07/08)
 ===================