diff options
| author | Vicent Marti <tanoku@gmail.com> | 2011-02-07 10:35:58 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2011-02-07 10:35:58 +0200 |
| commit | 9d1dcca229c624c7551a287963a19e95ba4753b6 (patch) | |
| tree | f4b441b11e7fe6a9ce901e438a51d0d4f4b8e451 /libgit2.pc.in | |
| parent | 7a689719bd540502bba4842a8aa2546fd1ef8001 (diff) | |
| download | libgit2-0.3.0.tar.gz | |
Add proper version managementv0.3.0
We now have proper sonames in Mac OS X and Linux, proper versioning on
the pkg-config file and proper DLL naming in Windows.
The version of the library is defined exclusively in 'src/git2.h'; the build scripts
read it from there automatically.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'libgit2.pc.in')
| -rw-r--r-- | libgit2.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in index 83fc82fc8..ece5f2b8e 100644 --- a/libgit2.pc.in +++ b/libgit2.pc.in @@ -5,7 +5,7 @@ includedir=${prefix}/include Name: libgit2 Description: The git library, take 2 -Version: 0.0.1 +Version: @version@ Requires: libcrypto Libs: -L${libdir} -lgit2 -lz -lcrypto Cflags: -I${includedir} |
