Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni committed Oct 21, 2024
1 parent 57fb128 commit b29a848
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
@@ -1,7 +1,7 @@
RELEASE_DATE := "1 October 2024"
RELEASE_DATE := "21 October 2024"
RELEASE_MAJOR := 3
RELEASE_MINOR := 1
RELEASE_MICRO := 0
RELEASE_MICRO := 1
RELEASE_NAME := dkms
RELEASE_VERSION := $(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_MICRO)
RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_VERSION)
Expand Down

0 comments on commit b29a848

Please sign in to comment.