Skip to content

Commit

Permalink
Advance Sigil version to 0.9.10
Browse files Browse the repository at this point in the history
Also updated the plugin launcher version and ChangeLog.
  • Loading branch information
dougmassay committed Jul 23, 2018
1 parent 496af83 commit 42804b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_e

set( SIGIL_MAJOR_VERSION 0 )
set( SIGIL_MINOR_VERSION 9 )
set( SIGIL_REVISION_VERSION 9 )
set( SIGIL_REVISION_VERSION 10 )
set( SIGIL_FULL_VERSION ${SIGIL_MAJOR_VERSION}.${SIGIL_MINOR_VERSION}.${SIGIL_REVISION_VERSION} )

if( UNIX AND NOT APPLE )
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sigil-pre0.9.10
Sigil-0.9.10
Bug Fixes
- Fix signal handling to prevent double launch of plugins immediately after plugin installed
- Fixed incorrect named entity tooltips for many of the Insert-> Special Characters
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Resource_Files/plugin_launchers/python/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from unipath import pathof
import unicodedata

_launcher_version=20180304
_launcher_version=20180723

_PKG_VER = re.compile(r'''<\s*package[^>]*version\s*=\s*["']([^'"]*)['"][^>]*>''',re.IGNORECASE)

Expand Down

0 comments on commit 42804b8

Please sign in to comment.