Skip to content

Commit

Permalink
updated version variables to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EDev committed Mar 29, 2022
1 parent acf4db8 commit e7007b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/crow/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

namespace crow
{
constexpr const char VERSION[] = "master";
constexpr const char VERSION[] = "1.0";
}
2 changes: 1 addition & 1 deletion scripts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crow-examples",
"version-string": "master",
"version": "1.0",
"dependencies": [
{
"name": "boost-array",
Expand Down

0 comments on commit e7007b1

Please sign in to comment.