summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-01-05 17:49:56 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2015-01-05 17:49:56 +0000
commitdb7af116946ad4488033a17d246bf864fd9acdfc (patch)
tree271ccc2fa28d6d6ab1e8b1817d8651f69b3514e6
parent4f2d272f1bcad2be073869fb4765bcf2b30ff773 (diff)
downloadlibgit2-db7af116946ad4488033a17d246bf864fd9acdfc.tar.gz
Bump version to 0.21.4
-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 013483fd6..835335417 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.21.3"
+#define LIBGIT2_VERSION "0.21.4"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 21
-#define LIBGIT2_VER_REVISION 3
+#define LIBGIT2_VER_REVISION 4
#define LIBGIT2_SOVERSION 21