diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/MSN/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index cb78075b09..ecb8d1bdf2 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -16,6 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define __FILEVERSION_STRING 0,11,0,1
-#define __VERSION_STRING "0.11.0.1"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 1)
+#define __FILEVERSION_STRING 0,11,0,2
+#define __VERSION_STRING "0.11.0.2"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 2)
|