Skip to content

Commit 274b2a0

Browse files
committed
version.h: bump version to v1.0.0
1 parent f79027b commit 274b2a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/git2/version.h

Lines changed: 4 additions & 4 deletions
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 "0.99.0"
11-
#define LIBGIT2_VER_MAJOR 0
12-
#define LIBGIT2_VER_MINOR 99
10+
#define LIBGIT2_VERSION "1.0.0"
11+
#define LIBGIT2_VER_MAJOR 1
12+
#define LIBGIT2_VER_MINOR 0
1313
#define LIBGIT2_VER_REVISION 0
1414
#define LIBGIT2_VER_PATCH 0
1515

16-
#define LIBGIT2_SOVERSION "0.99"
16+
#define LIBGIT2_SOVERSION "1.0"
1717

1818
#endif

0 commit comments

Comments
 (0)