diff options
| author | Franklin Wei <git@fwei.tk> | 2015-12-04 16:50:40 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-12-04 16:50:40 -0500 |
| commit | bbeb7cda3071c7a872ee9c5127e02983b25efda0 (patch) | |
| tree | 4fe11eb7627b150ec47b2652f2451c47ba79096a /src/netcosm.h | |
| parent | b7541dfc74d2d549210aa0ad73e0536ca4818909 (diff) | |
| download | netcosm-0.1.zip netcosm-0.1.tar.gz netcosm-0.1.tar.bz2 netcosm-0.1.tar.xz | |
fix bugs0.1
Diffstat (limited to 'src/netcosm.h')
| -rw-r--r-- | src/netcosm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netcosm.h b/src/netcosm.h index 86d38b9..d7251ad 100644 --- a/src/netcosm.h +++ b/src/netcosm.h @@ -18,6 +18,7 @@ #define USERFILE "users.dat" #define MAX_FAILURES 3 +#define NETCOSM_VERSION "v0.1" struct authinfo_t { bool success; |