summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--other/bootstrap_daemon/src/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/src/global.h b/other/bootstrap_daemon/src/global.h
index a18afee3..9ae3ec45 100644
--- a/other/bootstrap_daemon/src/global.h
+++ b/other/bootstrap_daemon/src/global.h
@@ -26,7 +26,7 @@
26#define GLOBAL_H 26#define GLOBAL_H
27 27
28#define DAEMON_NAME "tox-bootstrapd" 28#define DAEMON_NAME "tox-bootstrapd"
29#define DAEMON_VERSION_NUMBER 2014101200UL // yyyymmmddvv format: yyyy year, mm month, dd day, vv version change count for that day 29#define DAEMON_VERSION_NUMBER 2016010100UL // yyyymmmddvv format: yyyy year, mm month, dd day, vv version change count for that day
30 30
31#define MIN_ALLOWED_PORT 1 31#define MIN_ALLOWED_PORT 1
32#define MAX_ALLOWED_PORT 65535 32#define MAX_ALLOWED_PORT 65535