summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-10-31 17:46:21 +0000
committerPatrick Steinhardt <ps@pks.im>2020-02-19 11:03:08 +0100
commit70062e28d7cd3e1c556d2fc89bb651c4ebb3f900 (patch)
tree4488e2985321c4977c29cfb539203943a6ef11da /include
parenta552c103f2b29c55542b9b7a0d480d6eb402a3fd (diff)
downloadlibgit2-70062e28d7cd3e1c556d2fc89bb651c4ebb3f900.tar.gz
version: update the version number to v0.99
This commit also switches our SOVERSION to be "$MAJOR.$MINOR" instead of "$MINOR", only. This is in preparation of v1.0, where the previous scheme would've stopped working in an obvious way.
Diffstat (limited to 'include')
-rw-r--r--include/git2/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index 148808ca0..4a824ffea 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.28.0"
+#define LIBGIT2_VERSION "0.99.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 28
+#define LIBGIT2_VER_MINOR 99
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
-#define LIBGIT2_SOVERSION 28
+#define LIBGIT2_SOVERSION "0.99"
#endif