We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf4db8 commit e7007b1Copy full SHA for e7007b1
include/crow/version.h
@@ -2,5 +2,5 @@
2
3
namespace crow
4
{
5
- constexpr const char VERSION[] = "master";
+ constexpr const char VERSION[] = "1.0";
6
}
scripts/PKGBUILD
@@ -1,6 +1,6 @@
1
# Maintainer: The-EDev <[email protected]>
pkgname=crow
-pkgver=master
+pkgver=1.0
pkgrel=1
pkgdesc="A Fast and Easy to use C++ microframework for the web."
arch=(any)
vcpkg.json
"name": "crow-examples",
- "version-string": "master",
+ "version": "1.0",
"dependencies": [
"name": "boost-array",
0 commit comments