Skip to content

Commit

Permalink
Previous commit incorrect; this should fix issue #9
Browse files Browse the repository at this point in the history
Added legacy plugin to Stata package index, which should fix
issue #9
  • Loading branch information
mcaceresb committed Sep 12, 2017
1 parent c31b5e9 commit 243da13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## gtools-0.6.13 (2017-09-12)

### Bug fixes

* Should fix https://github.com/mcaceresb/stata-gtools/issues/9
Added legacy plugin using older `libgomp.so` library.

## gtools-0.6.12 (2017-09-11)

### Bug fixes
Expand Down
1 change: 1 addition & 0 deletions build/gtools.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ f gtools.ado
f gtools.sthlp
f gtools_unix.plugin
f gtools_unix_multi.plugin
f gtools_unix_multi_legacy.plugin
f gtools_windows.plugin
f env_set_windows.plugin
f env_set_unix.plugin
Expand Down
1 change: 1 addition & 0 deletions src/gtools.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ f gtools.ado
f gtools.sthlp
f gtools_unix.plugin
f gtools_unix_multi.plugin
f gtools_unix_multi_legacy.plugin
f gtools_windows.plugin
f env_set_windows.plugin
f env_set_unix.plugin
Expand Down

0 comments on commit 243da13

Please sign in to comment.