diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-11 14:55:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-11 14:55:27 +0300 |
commit | e22532dbddb956abd18e7cae5adb3d3cbb209578 (patch) | |
tree | 41a078532e06c9aa1b1ce4533943e18b34d18f7c /protocols/ICQ-WIM/src/version.h | |
parent | 3d73baedd01e331259a9be1795cd83ad81f71652 (diff) |
ICQ-WIM:
- support for file description in file transfers;
- fix for passing file chunks for large files;
- added reaction to http error code 206 (partial success);
- version bump
Diffstat (limited to 'protocols/ICQ-WIM/src/version.h')
-rw-r--r-- | protocols/ICQ-WIM/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/version.h b/protocols/ICQ-WIM/src/version.h index 5b655a7047..f023323c28 100644 --- a/protocols/ICQ-WIM/src/version.h +++ b/protocols/ICQ-WIM/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 95 #define __RELEASE_NUM 11 -#define __BUILD_NUM 2 +#define __BUILD_NUM 3 #include <stdver.h> |