summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-10-01 10:07:33 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2015-10-05 22:57:09 +0200
commitbf70c359be6ec65f591fa677dbe11a26e5186607 (patch)
tree8eb2eb3e6851f119a2725c5ff6e16978ab1f3662
parent683af196a04a62af3b490bbd17ed36485082c889 (diff)
downloadlibgit2-bf70c359be6ec65f591fa677dbe11a26e5186607.tar.gz
Update version to 0.23.3
-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 dc13aebc9..1c64bfdb3 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,10 +7,10 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.23.2"
+#define LIBGIT2_VERSION "0.23.3"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 23
-#define LIBGIT2_VER_REVISION 2
+#define LIBGIT2_VER_REVISION 3
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 23