diff options
author | Rob Austein <sra@hactrn.net> | 2020-05-12 11:21:44 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-05-12 11:21:44 -0400 |
commit | 92480b67c35388f0fe8fd6f36e9257afaba34849 (patch) | |
tree | 8ac67b59c1402b858289b69fbc77c5e51f3c4947 | |
parent | 714edae241d60f223aed9c6b104952149ca20cf6 (diff) |
Bump version number to 4.0
Developer consensus is that between mulitple new cores and a number of
performance improvements, this is worthy of a major version number bump.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # What we call the package before we start mucking with branches and revision numbers PACKAGE_BASE_NAME := cryptech-alpha -PACKAGE_BASE_VERSION := 3.1 +PACKAGE_BASE_VERSION := 4.0 # Git voodoo: plumbing commands to pull the current branch and list of # all (local) branches, and to pull something we can use as a version |