diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-05-24 12:22:48 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-05-24 12:22:48 +0000 |
commit | f88316219ec39ef41880a2bd4bda8f22ae8dacc7 (patch) | |
tree | 7385872c7932e7981b2c73c42df4f3ccfc055712 /protocols/Omegle/constants.h | |
parent | 1a640e593f83b52cd66f33780c747e78ffa94c6e (diff) |
Omegle update.
git-svn-id: http://svn.miranda-ng.org/main/trunk@161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/constants.h')
-rw-r--r-- | protocols/Omegle/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/constants.h b/protocols/Omegle/constants.h index 7fff9789e8..8f4227100e 100644 --- a/protocols/Omegle/constants.h +++ b/protocols/Omegle/constants.h @@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
// Version management
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,1,0,0)
-#define __VERSION_STRING "0.1.0.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,1,0,1)
+#define __VERSION_STRING "0.1.0.1"
// Product management
#define OMEGLE_NAME "Omegle"
|