diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-03-08 10:39:54 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-03-08 10:39:54 +0000 |
commit | 7f1ee85eb7f34b57a5354d8cea91495742145f58 (patch) | |
tree | ace9a5a0f8808e1ce978f89591958365f27e9347 /protocols/Omegle/src/constants.h | |
parent | ab00e50d6793f56e8e6b7f1a352a954f8b933b3b (diff) |
Omegle:
- Added option to automatically connect to stranger when protocol is turned online
- Updated readme
- Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@3912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/constants.h')
-rw-r--r-- | protocols/Omegle/src/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index 6f1fbda166..319c184992 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/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,1)
-#define __VERSION_STRING "0.1.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0,1,1,0)
+#define __VERSION_STRING "0.1.1.0"
// Product management
#define OMEGLE_NAME "Omegle"
|