diff --git a/include/crow/version.h b/include/crow/version.h index e584a541c..69d4277dd 100644 --- a/include/crow/version.h +++ b/include/crow/version.h @@ -2,5 +2,5 @@ namespace crow { - constexpr const char VERSION[] = "master"; + constexpr const char VERSION[] = "1.0"; } diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 2c693bcc3..ef09d7f16 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: The-EDev pkgname=crow -pkgver=master +pkgver=1.0 pkgrel=1 pkgdesc="A Fast and Easy to use C++ microframework for the web." arch=(any) diff --git a/vcpkg.json b/vcpkg.json index 1b678651a..669c6569f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "crow-examples", - "version-string": "master", + "version": "1.0", "dependencies": [ { "name": "boost-array",