summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 20:03:55 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 20:29:24 -0500
commitf74d7c5ae6a35265d6b92ed974758028da774583 (patch)
treedff179397b8f7b21395d06b110408180e6c57196 /other/bootstrap_daemon/src
parent1b721ea1ec1b0bca82750e07bd475662f8cc8df0 (diff)
Version bump
Diffstat (limited to 'other/bootstrap_daemon/src')
-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