diff --git a/README.md b/README.md index 0cca63c..612179c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dogcom [![travis-ci](https://travis-ci.org/mchome/dogcom.svg "Build status")](https://travis-ci.org/mchome/dogcom) [![badge](https://img.shields.io/badge/%20built%20with-%20%E2%9D%A4-ff69b4.svg "build with love")](https://github.com/mchome/dogcom) [![version](https://img.shields.io/badge/stable%20-%20v1.4.3-4dc71f.svg "stable version")](https://github.com/mchome/dogcom/tree/v1.4.3) +# dogcom [![travis-ci](https://travis-ci.org/mchome/dogcom.svg "Build status")](https://travis-ci.org/mchome/dogcom) [![badge](https://img.shields.io/badge/%20built%20with-%20%E2%9D%A4-ff69b4.svg "build with love")](https://github.com/mchome/dogcom) [![version](https://img.shields.io/badge/stable%20-%20v1.5.0-4dc71f.svg "stable version")](https://github.com/mchome/dogcom/tree/v1.5.0) [Drcom-generic](https://github.com/drcoms/drcom-generic) implementation in C. diff --git a/auth.c b/auth.c index 5d239d5..2a9f5e2 100644 --- a/auth.c +++ b/auth.c @@ -3,6 +3,7 @@ #include #include #include +#include #ifdef WIN32 #include diff --git a/main.c b/main.c index c031b12..ba54d6a 100644 --- a/main.c +++ b/main.c @@ -12,7 +12,7 @@ #include "libs/common.h" #endif -#define VERSION "1.4.3" +#define VERSION "1.5.0" void print_help(int exval); int try_smart_eaplogin(void); diff --git a/sample-d.conf b/sample-d.conf index 73231b6..1c40cff 100644 --- a/sample-d.conf +++ b/sample-d.conf @@ -12,4 +12,4 @@ AUTH_VERSION = '\x0A\x00' mac = 0xb888e3051680 host_os = '8089D' KEEP_ALIVE_VERSION = '\xDC\x02' -ror_version = False \ No newline at end of file +ror_version = True \ No newline at end of file