Skip to content

Commit

Permalink
0.2.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolán McNamara committed Apr 17, 2023
1 parent ad365e1 commit 9e4737f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
v. 0.2.13
* new release with various fixes

v. 0.2.12
* fix abi

Expand Down
6 changes: 6 additions & 0 deletions README
@@ -1,3 +1,9 @@
libwmf-0.2.13 Release Notes
---------------------------

- https://github.com/caolanm/libwmf/issues/2
- https://github.com/caolanm/libwmf/issues/4

libwmf-0.2.12 Release Notes
---------------------------

Expand Down
10 changes: 5 additions & 5 deletions configure
Expand Up @@ -2384,13 +2384,13 @@ LIBWMF_PACKAGE=libwmf
#
WMF_MAJOR_VERSION=0
WMF_MINOR_VERSION=2
WMF_MICRO_VERSION=12
WMF_MICRO_VERSION=13

WMF_INTERFACE_AGE=4
WMF_BINARY_AGE=5
WMF_INTERFACE_AGE=5
WMF_BINARY_AGE=6

WMFLITE_INTERFACE_AGE=5
WMFLITE_BINARY_AGE=5
WMFLITE_INTERFACE_AGE=6
WMFLITE_BINARY_AGE=6

LIBWMF_VERSION=$WMF_MAJOR_VERSION.$WMF_MINOR_VERSION.$WMF_MICRO_VERSION
LIBWMF_RELEASE=1
Expand Down
10 changes: 5 additions & 5 deletions configure.ac
Expand Up @@ -16,13 +16,13 @@ dnl
#
WMF_MAJOR_VERSION=0
WMF_MINOR_VERSION=2
WMF_MICRO_VERSION=12
WMF_MICRO_VERSION=13

WMF_INTERFACE_AGE=4
WMF_BINARY_AGE=5
WMF_INTERFACE_AGE=5
WMF_BINARY_AGE=6

WMFLITE_INTERFACE_AGE=5
WMFLITE_BINARY_AGE=5
WMFLITE_INTERFACE_AGE=6
WMFLITE_BINARY_AGE=6

dnl spec file substitutions
LIBWMF_VERSION=$WMF_MAJOR_VERSION.$WMF_MINOR_VERSION.$WMF_MICRO_VERSION
Expand Down

0 comments on commit 9e4737f

Please sign in to comment.