Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.h « git2 « include - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb8b386d68e590a2ab730de3e2e7ea5b36197b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2009-2011 the libgit2 contributors
 *
 * This file is part of libgit2, distributed under the GNU GPL v2 with
 * a Linking Exception. For full terms see the included COPYING file.
 */
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__

#define LIBGIT2_VERSION "0.15.0"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 15
#define LIBGIT2_VER_REVISION 0

#endif