Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 30978e2

Browse files
author
Sharon Williams
committed
version bump
[skip ci]
1 parent 0e38657 commit 30978e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/aegis/version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#pragma once
1111

1212
#if !defined(AEGIS_VERSION_LONG)
13-
#define AEGIS_VERSION_LONG 0x00020300
14-
#define AEGIS_VERSION_SHORT 020300
15-
#define AEGIS_VERSION_TEXT "aegis.cpp 2.3.0 2019/9/3"
13+
#define AEGIS_VERSION_LONG 0x00020400
14+
#define AEGIS_VERSION_SHORT 020400
15+
#define AEGIS_VERSION_TEXT "aegis.cpp 2.4.0 2019/10/24"
1616

1717
#define AEGIS_VERSION_MAJOR ((AEGIS_VERSION_LONG & 0x00ff0000) >> 16)
1818
#define AEGIS_VERSION_MINOR ((AEGIS_VERSION_LONG & 0x0000ff00) >> 8)

0 commit comments

Comments
 (0)