Skip to content

Commit

Permalink
Merge pull request #3995 from tstromberg/v1.0.0
Browse files Browse the repository at this point in the history
Update Makefile version to v1.0.0
  • Loading branch information
tstromberg authored Mar 27, 2019
2 parents 057ac8a + a9ca0ef commit a30092a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

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

0 comments on commit a30092a

Please sign in to comment.