Skip to content

Commit

Permalink
prepare v6.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Apr 22, 2022
1 parent 76fb696 commit 2b711d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PRODUCTION := 0
PRODUCTION_VERSION := 6.2.5
PRODUCTION_YEAR := 2021
PRODUCTION := 1
PRODUCTION_VERSION := 6.2.6
PRODUCTION_YEAR := 2022

ifeq ($(PRODUCTION),1)
VERSION_TAG := $(PRODUCTION_VERSION)
Expand Down
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
22.04.2022
==========
release v6.2.6
several bug fixes
license update
still supporting OpenSSL 1.1


01.12.2021
==========
release v6.2.5
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2000-2021 ZeroBeat
Copyright (c) 2000-2022 ZeroBeat

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

0 comments on commit 2b711d6

Please sign in to comment.