summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-18 16:11:49 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-18 16:11:49 +0000
commitba3febc90ccfb34df0307d3958a355c5d72857e4 (patch)
treeaf770f0b9a1576584c6e9f10de479067345d20ca /include
parente2e385600a588113df3353d2256e94b3dd0c3a72 (diff)
NewsAggregator is not compiling by default (needs boost libs)
git-svn-id: http://svn.miranda-ng.org/main/trunk@45 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 b306894606..864727c902 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,42
-#define MIRANDA_VERSION_STRING "0.92.1.42"
-#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #42"
-#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 42)
+#define MIRANDA_VERSION_FILEVERSION 0,92,1,44
+#define MIRANDA_VERSION_STRING "0.92.1.44"
+#define MIRANDA_VERSION_DISPLAY "0.92.1 alpha build #44"
+#define MIRANDA_VERSION_DWORD MIRANDA_MAKE_VERSION(0, 92, 1, 44)
#define MIRANDA_VERSION_CORE MIRANDA_MAKE_VERSION(0, 92, 1, 0)
#define MIRANDA_VERSION_CORE_STRING "0.92.1.0"