diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-29 17:43:40 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-29 17:43:40 +0100 |
commit | cba45d9b6586ff57c021911885930e6a415aa2c4 (patch) | |
tree | eb93e16fa51f775af7f404b30934995af43b2633 | |
parent | a4c3a341394a1fb25be8c15d2ddfe3ec77cbb83c (diff) |
Start 1.34.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VERSION = 1 -PATCHLEVEL = 33 +PATCHLEVEL = 34 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = .git NAME = Unnamed # *DOCUMENTATION* |