From e7007b119e505fea41e2af4a22b923744ab5e181 Mon Sep 17 00:00:00 2001 From: The-EDev Date: Tue, 29 Mar 2022 14:57:52 +0300 Subject: [PATCH] updated version variables to 1.0 --- include/crow/version.h | 2 +- scripts/PKGBUILD | 2 +- vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",