Browse Source

Fix bug #703: update version number for shared library

When update next version number, look at differences for e.g. b47a75f4 commit
and update following files:
  - CHANGELOG.md
  - android/jni/include/config.h
  - configure.ac
  - src/windows/config.h
  - Makefile.am
master
Valdis Vitolins 5 years ago
parent
commit
875ef11d77
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -11,7 +11,7 @@ VIMDIR=$(PREFIX)/share/vim
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = espeak-ng.pc

SHARED_VERSION=2:49:1 # = *.so.1.1.49
SHARED_VERSION=2:51:1 # = *.so.1.1.51

MKDIR=mkdir -p


Loading…
Cancel
Save