summaryrefslogtreecommitdiff
path: root/include/git2/version.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-03-02 10:35:26 -0500
committerEdward Thomson <ethomson@microsoft.com>2015-03-02 10:35:26 -0500
commitbf1476f190738ac825531f91bd7310205995e199 (patch)
tree86c4cb5a08f5b3c78c9241ec616f543398a869bb /include/git2/version.h
parentc23002c5608037957faf13e21adeb214b01fe30e (diff)
downloadlibgit2-bf1476f190738ac825531f91bd7310205995e199.tar.gz
win32: add the patch level to the .dll fileversion
Win32 DLLs have four fields for the version number (major, minor, teeny, patch). If a consumer wants to build a custom DLL, it may be useful to set the patchlevel version number in the DLL. This value only affects the DLL version number, it does not affect the resultant "version number", which remains major.minor.teeny.
Diffstat (limited to 'include/git2/version.h')
-rw-r--r--include/git2/version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index a330685e0..456bbe258 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -11,6 +11,7 @@
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 22
#define LIBGIT2_VER_REVISION 0
+#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 22