]>
git.saurik.com Git - redis.git/blob - src/release.c
1 /* Every time the Redis Git SHA1 or Dirty status changes only this file
2 * small file is recompiled, as we access this information in all the other
3 * files using this functions. */
7 char *redisGitSHA1(void) {
11 char *redisGitDirty(void) {
12 return REDIS_GIT_DIRTY
;