Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
malxau committed Jan 8, 2022
1 parent d9a28b0 commit 5ffed7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ver.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

!IFNDEF YORI_BASE_VER_MAJOR
YORI_BASE_VER_MAJOR=1
YORI_BASE_VER_MINOR=60
YORI_BASE_VER_MINOR=70

# Which previously shipped outside Yori with a version of 2.0.
# To maintain this legacy, it gets its own version.

WHICH_VER_MAJOR=2
WHICH_VER_MINOR=15
WHICH_VER_MINOR=16

YORI_VER_MAJOR=$(YORI_BASE_VER_MAJOR)
YORI_VER_MINOR=$(YORI_BASE_VER_MINOR)
Expand Down

0 comments on commit 5ffed7a

Please sign in to comment.