2016-06-10 03:59:27 +08:00
|
|
|
//
|
|
|
|
// proxy_conf_helper_version.h
|
|
|
|
// ShadowsocksX-NG
|
|
|
|
//
|
|
|
|
// Created by 邱宇舟 on 16/6/10.
|
|
|
|
// Copyright © 2016年 qiuyuzhou. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef proxy_conf_helper_version_h
|
|
|
|
#define proxy_conf_helper_version_h
|
|
|
|
|
2017-03-20 21:12:37 +08:00
|
|
|
#define kProxyConfHelperVersion @"1.5.0"
|
2016-06-10 03:59:27 +08:00
|
|
|
|
|
|
|
#endif /* proxy_conf_helper_version_h */
|