Skip to content

Commit

Permalink
version bump and compilation fix (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocdemir authored Sep 15, 2022
1 parent 3e2a4d9 commit 1f3ea92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gapil/runtime/cc/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <stdint.h>

#include <functional>
#include <initializer_list>

namespace core {
class Arena;
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Increment these numbers immediately after releasing a new version.
AGI_VERSION_MAJOR="3"
AGI_VERSION_MINOR="2"
AGI_VERSION_POINT="0"
AGI_VERSION_POINT="1"

# See bazel.rc. Can be overriden on the command line with:
# bazel build --define AGI_BUILD_NUMBER=<#> --define AGI_BUILD_SHA=<sha>
Expand Down

0 comments on commit 1f3ea92

Please sign in to comment.