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

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
zeroxs committed Oct 24, 2019
1 parent 0e38657 commit 30978e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/aegis/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#pragma once

#if !defined(AEGIS_VERSION_LONG)
#define AEGIS_VERSION_LONG 0x00020300
#define AEGIS_VERSION_SHORT 020300
#define AEGIS_VERSION_TEXT "aegis.cpp 2.3.0 2019/9/3"
#define AEGIS_VERSION_LONG 0x00020400
#define AEGIS_VERSION_SHORT 020400
#define AEGIS_VERSION_TEXT "aegis.cpp 2.4.0 2019/10/24"

#define AEGIS_VERSION_MAJOR ((AEGIS_VERSION_LONG & 0x00ff0000) >> 16)
#define AEGIS_VERSION_MINOR ((AEGIS_VERSION_LONG & 0x0000ff00) >> 8)
Expand Down

0 comments on commit 30978e2

Please sign in to comment.