summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-05-17 21:39:31 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-05-17 21:39:31 +0000
commit463294e14641b2e3935f681de4e815b567ed5b01 (patch)
tree8f14ffa881a5434c71f590431890eb9fc6b57cba /include
parentf1dfd934eeaf02e8315df337cd64eaf1ab2d4004 (diff)
version makers
git-svn-id: http://svn.miranda-ng.org/main/trunk@31 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_version.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/m_version.h b/include/m_version.h
index 17fb37c564..b4bfa7763b 100644
--- a/include/m_version.h
+++ b/include/m_version.h
@@ -27,11 +27,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define MIRANDA_MAKE_VERSION(a,b,c,d) (((((DWORD)(a))&0xFF)<<24)|((((DWORD)(b))&0xFF)<<16)|((((DWORD)(c))&0xFF)<<8)|(((DWORD)(d))&0xFF))
#endif
-#define MIRANDA_VERSION_FILEVERSION 0,10,0,3
-#define MIRANDA_VERSION_STRING "0.10.0.3"
-#define MIRANDA_VERSION_DISPLAY "0.10.0 alpha build #3"
-#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 10, 0, 3)
-#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 10, 0, 0)
-#define MIRANDA_VERSION_CORE_STRING "0.10.0.0"
+#define MIRANDA_VERSION_FILEVERSION 0,92,1,25
+#define MIRANDA_VERSION_STRING "0.92.1.25"
+#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #25"
+#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 25)
+#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 92, 1, 0)
+#define MIRANDA_VERSION_CORE_STRING "0.92.1.0"
#endif // M_VERSION_H__