Skip to content

Commit a9ca0ef

Browse files
committed
Update Makefile version to v1.0.0
1 parent 58a7045 commit a9ca0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
# Bump these on release - and please check ISO_VERSION for correctness.
16-
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 35
16+
VERSION_MAJOR ?= 1
17+
VERSION_MINOR ?= 0
1818
VERSION_BUILD ?= 0
1919
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
2020
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).0

0 commit comments

Comments
 (0)