summaryrefslogtreecommitdiff
path: root/plugins/PackUpdater/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-14 19:02:53 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-14 19:02:53 +0000
commit37f6d368b6214799b74dbc6050db106cb9df68af (patch)
treed3fead3b41a428b864a0731cfed8903a4bfe82dc /plugins/PackUpdater/Version.h
parente1cfabdac8f9fba8d4e31e76a076bca5b067d667 (diff)
PackUpdater sync:
added checking schedule (Unsane patch) git-svn-id: http://svn.miranda-ng.org/main/trunk@417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Version.h')
-rw-r--r--plugins/PackUpdater/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PackUpdater/Version.h b/plugins/PackUpdater/Version.h
index a80b421922..f9cbee4412 100644
--- a/plugins/PackUpdater/Version.h
+++ b/plugins/PackUpdater/Version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM