Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
syegres committed Sep 16, 2016
1 parent 96d575e commit f2090cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions msvc/f8config_msvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

/* Encode version */
#ifndef FIX8_MAGIC_NUM
#define FIX8_MAGIC_NUM 16793600
#define FIX8_MAGIC_NUM 16797696
#endif

/* Encoded Version as expresion */
Expand Down Expand Up @@ -594,7 +594,7 @@ HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

/* Minor version number */
#ifndef FIX8_MINOR_VERSION_NUM
#define FIX8_MINOR_VERSION_NUM 4
#define FIX8_MINOR_VERSION_NUM 5
#endif

/* FIX8_FF MPMC */
Expand Down Expand Up @@ -629,7 +629,7 @@ HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

/* Define to the full name and version of this package. */
#ifndef FIX8_PACKAGE_STRING
#define FIX8_PACKAGE_STRING "fix8 1.4.0"
#define FIX8_PACKAGE_STRING "fix8 1.5.0"
#endif

/* Define to the one symbol short name of this package. */
Expand All @@ -644,7 +644,7 @@ HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

/* Define to the version of this package. */
#ifndef FIX8_PACKAGE_VERSION
#define FIX8_PACKAGE_VERSION "1.4.0"
#define FIX8_PACKAGE_VERSION "1.5.0"
#endif

/* Patch number */
Expand Down
2 changes: 1 addition & 1 deletion version.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
#
#############################################################################################
MAJOR_VERSION_NUM=1
MINOR_VERSION_NUM=4
MINOR_VERSION_NUM=5
PATCH_VERSION_NUM=0
echo $MAJOR_VERSION_NUM.$MINOR_VERSION_NUM.$PATCH_VERSION_NUM

0 comments on commit f2090cf

Please sign in to comment.