Skip to content

Commit dde7749

Browse files
committed
Bump API version to 1.0
This was already done in the libwpe-1.2 release branch, but missing in "master".
1 parent 308633d commit dde7749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
55
include(VersioningUtils)
66

77
SET_PROJECT_VERSION(1 1 0)
8-
set(WPE_API_VERSION "0.2")
8+
set(WPE_API_VERSION "1.0")
99

1010
# Before making a release, the LT_VERSION string should be modified.
1111
# The string is of the form C:R:A.

0 commit comments

Comments
 (0)