diff options
| author | Eric Biggers <ebiggers@google.com> | 2021-03-31 16:19:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 16:19:39 -0700 |
| commit | dad0c1158455dcfd9acbd219a04ef348bf454332 (patch) | |
| tree | 880ce2c34b2d1282b505969c530601470f7a7ad9 /Makefile | |
| parent | 2578a1afaf58712ea3c54eb51f86594455c4cafa (diff) | |
Release version v0.3.0 (#282)v0.3.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ # the License. # Update on each new release!! -VERSION := v0.2.9 +VERSION := v0.3.0 NAME := fscrypt PAM_NAME := pam_$(NAME) |