Skip to content

Commit 525df77

Browse files
authored
Update Hydra.h
1 parent 40e4f43 commit 525df77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hydra/Hydra.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* <tt>HYDRA_VERSION / 100 % 1000</tt> is the feature version.
4949
* <tt>HYDRA_VERSION / 100000</tt> is the major version.
5050
*/
51-
#define HYDRA_VERSION 300202
51+
#define HYDRA_VERSION 300203
5252

5353

5454
/*! \def HYDRA_MAJOR_VERSION
@@ -67,7 +67,7 @@
6767
* \brief The preprocessor macro \p HYDRA_PATCH_NUMBER encodes the
6868
* patch number of the Hydra library.
6969
*/
70-
#define HYDRA_PATCH_NUMBER 1
70+
#define HYDRA_PATCH_NUMBER 0
7171

7272

7373

0 commit comments

Comments
 (0)