Skip to content

Commit

Permalink
chore: update versions after v0.3.0 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Feb 1, 2021
1 parent 76abd6d commit 48121de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(PACKAGE_BUGREPORT
"http://github.com/GoogleCloudPlatform/functions-framework-cpp")
project(
functions-framework-cpp
VERSION 0.3.0
VERSION 0.4.0
DESCRIPTION "Functions Framework for C++"
LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/vcpkg-overlays/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions-framework-cpp",
"version-string": "0.3.0",
"version-string": "0.4.0",
"port-version": 1,
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
"description": "Functions Framework for C++.",
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/functions/internal/version_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define FUNCTIONS_FRAMEWORK_CPP_GOOGLE_CLOUD_FUNCTIONS_INTERNAL_VERSION_INFO_H

#define FUNCTIONS_FRAMEWORK_CPP_VERSION_MAJOR 0
#define FUNCTIONS_FRAMEWORK_CPP_VERSION_MINOR 3
#define FUNCTIONS_FRAMEWORK_CPP_VERSION_MINOR 4
#define FUNCTIONS_FRAMEWORK_CPP_VERSION_PATCH 0

#endif // FUNCTIONS_FRAMEWORK_CPP_GOOGLE_CLOUD_FUNCTIONS_INTERNAL_VERSION_INFO_H
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions-framework-cpp-dev",
"version-string": "0.3.0-dev",
"version-string": "0.4.0-dev",
"port-version": 2,
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
"description": "Functions Framework for C++ -- Development",
Expand Down

0 comments on commit 48121de

Please sign in to comment.