Skip to content

Commit

Permalink
Updating API version (#1892)
Browse files Browse the repository at this point in the history
Updated API version + Added copyright declaration in the newly
introduced `.bazelversion` file.
  • Loading branch information
sdasgup3 authored Dec 18, 2023
1 parent 76901e3 commit 3bdd859
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
6.1.0
# Copyright 2023 The StableHLO Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
2 changes: 1 addition & 1 deletion stablehlo/api/PortableApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace stablehlo {

/// Return the current version for portable API.
/// Increments on all meaningful changes to this file.
inline int64_t getApiVersion() { return 4; }
inline int64_t getApiVersion() { return 5; }

// Get the current StableHLO version.
//
Expand Down

0 comments on commit 3bdd859

Please sign in to comment.