Skip to content

Commit d4a43bd

Browse files
committed
hotfix release 0.9.28
- fix ipv6+udp connection problem Signed-off-by: astib <astib@mag0.net>
1 parent 540dd25 commit d4a43bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name: smithproxy
3-
version: 0.9.27-dev
3+
version: 0.9.28
44
summary: Fast and featured transparent TCP/UDP/TLS proxy
55
description: |
66
Smithproxy is fast transparent TCP/UDP/TLS (SSL) proxy. It's highly configurable

socle

src/main.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
#ifndef SMITHPROXY_MAIN_HPP
4141
#define SMITHPROXY_MAIN_HPP
4242

43-
#define SMITH_VERSION "0.9.27"
44-
#define SMITH_DEVEL 1
43+
#define SMITH_VERSION "0.9.28"
44+
#define SMITH_DEVEL 0
4545

4646

4747

0 commit comments

Comments
 (0)