diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-29 20:17:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-29 20:17:59 +0000 |
commit | 0934dfde0ab9193b496b05fcf1ca514ae562185e (patch) | |
tree | 0249678fc4996be1cf61ae03ddfe11a35fed63b2 | |
parent | aa4bd180f90414716025391d5e3aa8a5512dc071 (diff) |
version bump
fixes: [#204]
git-svn-id: http://svn.miranda-ng.org/main/trunk@3347 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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)
|