summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-23 00:34:40 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-02-24 22:21:41 +0000
commitef235a1662593a11260d0220b860aea70c2e47ec (patch)
tree2717cdd380b7bf58558e8ed60a3e16293274c77f /include
parentc5b306020d73397fecfc3f2f2f7a462b562818d9 (diff)
downloadlibgit2-ef235a1662593a11260d0220b860aea70c2e47ec.tar.gz
v1.6: update version numbers
Diffstat (limited to 'include')
-rw-r--r--include/git2/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/version.h b/include/git2/version.h
index 09f4ae3e4..90f33e939 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -11,7 +11,7 @@
* The version string for libgit2. This string follows semantic
* versioning (v2) guidelines.
*/
-#define LIBGIT2_VERSION "1.6.0-alpha"
+#define LIBGIT2_VERSION "1.6.0"
/** The major version number for this version of libgit2. */
#define LIBGIT2_VER_MAJOR 1
@@ -31,7 +31,7 @@
* a prerelease name like "beta" or "rc1". For final releases, this will
* be `NULL`.
*/
-#define LIBGIT2_VER_PRERELEASE "alpha"
+#define LIBGIT2_VER_PRERELEASE NULL
/** The library ABI soversion for this version of libgit2. */
#define LIBGIT2_SOVERSION "1.6"