version.h update for non autoconf

pull/1/head
toddouska 2013-04-15 11:23:14 -07:00
parent 4da114354b
commit f29da112c6
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
extern "C" {
#endif
#define LIBCYASSL_VERSION_STRING "2.5.4"
#define LIBCYASSL_VERSION_HEX 0x02005004
#define LIBCYASSL_VERSION_STRING "2.6.0"
#define LIBCYASSL_VERSION_HEX 0x02006000
#ifdef __cplusplus
}