Skip to content

Commit 1f12cd6

Browse files
committed
prepare release v6.2.6
1 parent 902f7df commit 1f12cd6

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
PRODUCTION := 0
2-
PRODUCTION_VERSION := 6.2.5
3-
PRODUCTION_YEAR := 2021
1+
PRODUCTION := 1
2+
PRODUCTION_VERSION := 6.2.6
3+
PRODUCTION_YEAR := 2022
44

55
ifeq ($(PRODUCTION),1)
66
VERSION_TAG := $(PRODUCTION_VERSION)

changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
22.04.2022
2+
==========
3+
release v6.2.6
4+
still supporting OpenSSL 1.1
5+
6+
17
09.04.2022
28
==========
39
hcxpsktool: added new option

license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2000-2021 ZeroBeat
3+
Copyright (c) 2000-2022 ZeroBeat
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)