summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-19 20:28:36 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-19 20:28:36 +0000
commit911a9525e0560a15d661a8000bd34354741f8367 (patch)
tree0f361e8a13921d030c42b71b6f291b7fcdfb3762 /include
parentd947e1b523bc6cb2e51f44aeb9258de28d1543ca (diff)
full solution update, minor project fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@89 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/m_version.h b/include/m_version.h
index e84bf0cfc5..97566a4e97 100644
--- a/include/m_version.h
+++ b/include/m_version.h
@@ -27,10 +27,10 @@ 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,92,1,68
-#define MIRANDA_VERSION_STRING "0.92.1.68"
-#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #68"
-#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 68)
+#define MIRANDA_VERSION_FILEVERSION 0,92,1,88
+#define MIRANDA_VERSION_STRING "0.92.1.88"
+#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #88"
+#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 88)
#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 92, 1, 0)
#define MIRANDA_VERSION_CORE_STRING "0.92.1.0"