Skip to content

Commit e7007b1

Browse files
committed
updated version variables to 1.0
1 parent acf4db8 commit e7007b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/crow/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
namespace crow
44
{
5-
constexpr const char VERSION[] = "master";
5+
constexpr const char VERSION[] = "1.0";
66
}

scripts/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: The-EDev <[email protected]>
22
pkgname=crow
3-
pkgver=master
3+
pkgver=1.0
44
pkgrel=1
55
pkgdesc="A Fast and Easy to use C++ microframework for the web."
66
arch=(any)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crow-examples",
3-
"version-string": "master",
3+
"version": "1.0",
44
"dependencies": [
55
{
66
"name": "boost-array",

0 commit comments

Comments
 (0)