Skip to content

Commit e743716

Browse files
committed
v1.3: update version number
1 parent e0531f2 commit e743716

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1)
1515

16-
project(libgit2 VERSION "1.2.0" LANGUAGES C)
16+
project(libgit2 VERSION "1.3.0" LANGUAGES C)
1717

1818
# Add find modules to the path
1919
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${libgit2_SOURCE_DIR}/cmake/")

include/git2/version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#ifndef INCLUDE_git_version_h__
88
#define INCLUDE_git_version_h__
99

10-
#define LIBGIT2_VERSION "1.2.0"
10+
#define LIBGIT2_VERSION "1.3.0"
1111
#define LIBGIT2_VER_MAJOR 1
12-
#define LIBGIT2_VER_MINOR 2
12+
#define LIBGIT2_VER_MINOR 3
1313
#define LIBGIT2_VER_REVISION 0
1414
#define LIBGIT2_VER_PATCH 0
1515

16-
#define LIBGIT2_SOVERSION "1.2"
16+
#define LIBGIT2_SOVERSION "1.3"
1717

1818
#endif

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libgit2",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"repo": "https://github.com/libgit2/libgit2",
55
"description": " A cross-platform, linkable library implementation of Git that you can use in your application.",
66
"install": "mkdir build && cd build && cmake .. && cmake --build ."

0 commit comments

Comments
 (0)