This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- ensmallen-2.19.1.orig/CONTRIBUTING.md
+++ ensmallen-2.19.1/CONTRIBUTING.md
@@ -108,8 +108,8 @@ $ cd ensmallen
 
 # - or -
 
-$ wget http://ensmallen.org/files/ensmallen-2.19.0.tar.gz
-$ tar -xvzpf ensmallen-2.19.0.tar.gz
+$ wget http://ensmallen.org/files/ensmallen-2.19.1.tar.gz
+$ tar -xvzpf ensmallen-2.19.1.tar.gz
 $ cd ensmallen-latest
 ```
 
--- ensmallen-2.19.1.orig/HISTORY.md
+++ ensmallen-2.19.1/HISTORY.md
@@ -1,5 +1,8 @@
 ### ensmallen ?.??.?: "???"
 ###### ????-??-??
+
+### ensmallen 2.19.1: "Eight Ball Deluxe"
+###### 2023-01-30
 * Avoid deprecation warnings in Armadillo 11.2+
    ([#347](https://github.com/mlpack/ensmallen/pull/347)).
 
--- ensmallen-2.19.1.orig/include/ensmallen_bits/ens_version.hpp
+++ ensmallen-2.19.1/include/ensmallen_bits/ens_version.hpp
@@ -16,16 +16,16 @@
 // The minor version is two digits so regular numerical comparisons of versions
 // work right.  The first minor version of a release is always 10.
 #define ENS_VERSION_MINOR 19
-#define ENS_VERSION_PATCH 0
+#define ENS_VERSION_PATCH 1
 // If this is a release candidate, it will be reflected in the version name
 // (i.e. the version name will be "RC1", "RC2", etc.).  Otherwise the version
 // name will typically be a seemingly arbitrary set of words that does not
 // contain the capitalized string "RC".
 #define ENS_VERSION_NAME "Eight Ball Deluxe"
 // Incorporate the date the version was released.
-#define ENS_VERSION_YEAR "2022"
-#define ENS_VERSION_MONTH "04"
-#define ENS_VERSION_DAY "06"
+#define ENS_VERSION_YEAR "2023"
+#define ENS_VERSION_MONTH "01"
+#define ENS_VERSION_DAY "30"
 
 namespace ens {
 
