Skip to content

Commit 4833fc6

Browse files
authored
Update Hydra.h
1 parent 0f6cbb4 commit 4833fc6

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 200302
51+
#define HYDRA_VERSION 200400
5252

5353
/*! \def HYDRA_MAJOR_VERSION
5454
* \brief The preprocessor macro \p HYDRA_MAJOR_VERSION encodes the
@@ -66,7 +66,7 @@
6666
* \brief The preprocessor macro \p HYDRA_PATCH_NUMBER encodes the
6767
* patch number of the Hydra library.
6868
*/
69-
#define HYDRA_PATCH_NUMBER 1
69+
#define HYDRA_PATCH_NUMBER 0
7070

7171

7272

0 commit comments

Comments
 (0)