]> git.proxmox.com Git - libgit2.git/blame - include/git2/version.h
Update upstream source from tag 'upstream/1.0.1+dfsg.1'
[libgit2.git] / include / git2 / version.h
CommitLineData
96fab093 1/*
359fc2d2 2 * Copyright (C) the libgit2 contributors. All rights reserved.
96fab093
SS
3 *
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
5 * a Linking Exception. For full terms see the included COPYING file.
6 */
7#ifndef INCLUDE_git_version_h__
8#define INCLUDE_git_version_h__
9
8afbdfcc 10#define LIBGIT2_VERSION "1.0.1"
66a70851
UG
11#define LIBGIT2_VER_MAJOR 1
12#define LIBGIT2_VER_MINOR 0
8afbdfcc 13#define LIBGIT2_VER_REVISION 1
bf1476f1 14#define LIBGIT2_VER_PATCH 0
96fab093 15
66a70851 16#define LIBGIT2_SOVERSION "1.0"
99807672 17
96fab093 18#endif