Skip to content

Commit afbc04d

Browse files
committed
Unreviewed: Post-release version bump
1 parent e2a90a5 commit afbc04d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/wpe/libwpe-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define LIBWPE_VERSION_H
1010

1111
#define WPE_MAJOR_VERSION 1
12-
#define WPE_MINOR_VERSION 11
13-
#define WPE_MICRO_VERSION 1
12+
#define WPE_MINOR_VERSION 13
13+
#define WPE_MICRO_VERSION 0
1414

1515
#endif /* !LIBWPE_VERSION_H */

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ api_version = '1.0'
2121
# - If binary compatibility has been broken (eg removed or changed interfaces)
2222
# change to [C+1, 0, 0]
2323
# - If the interface is the same as the previous version, use [C, R+1, A].
24-
soversion = [6, 0, 5]
24+
soversion = [8, 0, 7]
2525

2626
# Mangle [C, R, A] into an actual usable *soversion*.
2727
soversion_major = soversion[0] - soversion[2] # Current-Age

0 commit comments

Comments
 (0)