summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-02-13 10:06:15 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-13 10:06:15 -0500
commit5c949d1faf1d02ea3c2e2b63214856ba3bc72b68 (patch)
tree19ec72a85e4e0d5554ad41b6408935d5463233f0 /include
parent5f66aa264ae645e385714104b15c1ade8ae17e7d (diff)
downloadlibgit2-5c949d1faf1d02ea3c2e2b63214856ba3bc72b68.tar.gz
v1.4: update version numbers
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 3503a6278..9007ca928 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 "1.3.0"
+#define LIBGIT2_VERSION "1.4.0"
#define LIBGIT2_VER_MAJOR 1
-#define LIBGIT2_VER_MINOR 3
+#define LIBGIT2_VER_MINOR 4
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
-#define LIBGIT2_SOVERSION "1.3"
+#define LIBGIT2_SOVERSION "1.4"
#endif