diff options
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"
|