We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6cbb4 commit 4833fc6Copy full SHA for 4833fc6
hydra/Hydra.h
@@ -48,7 +48,7 @@
48
* <tt>HYDRA_VERSION / 100 % 1000</tt> is the feature version.
49
* <tt>HYDRA_VERSION / 100000</tt> is the major version.
50
*/
51
-#define HYDRA_VERSION 200302
+#define HYDRA_VERSION 200400
52
53
/*! \def HYDRA_MAJOR_VERSION
54
* \brief The preprocessor macro \p HYDRA_MAJOR_VERSION encodes the
@@ -66,7 +66,7 @@
66
* \brief The preprocessor macro \p HYDRA_PATCH_NUMBER encodes the
67
* patch number of the Hydra library.
68
69
-#define HYDRA_PATCH_NUMBER 1
+#define HYDRA_PATCH_NUMBER 0
70
71
72
0 commit comments