Skip to content

Commit a30092a

Browse files
authored
Merge pull request #3995 from tstromberg/v1.0.0
Update Makefile version to v1.0.0
2 parents 057ac8a + a9ca0ef commit a30092a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
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)