This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
Crow
Watch
1
Star
0
Fork
0
You've already forked Crow
mirror of
https://github.com/CrowCpp/Crow.git
synced
2024-06-07 21:10:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5823a5984e
Crow
/
include
/
crow
/
version.h
6 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
Add release script. Change server name to use release version to build name.
2021-07-03 20:02:32 +00:00
#
pragma once
Add CROW_MAIN ifdef to VERSION variable. Move it to namespace.
2021-07-06 17:07:34 +00:00
namespace
crow
{
remove the need for `#define CROW_MAIN`. This is achieved using the conts type qualifier as it gives internal linkage. fixes #273 Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
2021-11-21 15:57:07 +00:00
constexpr
const
char
VERSION
[
]
=
"
master
"
;
Add CROW_MAIN ifdef to VERSION variable. Move it to namespace.
2021-07-06 17:07:34 +00:00
}
Reference in New Issue
Copy Permalink