Skip to content

Commit

Permalink
chore(dialog): change minimum Stata version from 17 to 12 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei authored Apr 21, 2023
1 parent a992eb0 commit 4229489
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion prismscore.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ d PRISM Score Calculator
d Razvan Azamfirei
d Department of Anesthesiology and Critical Care Medicine
d Johns Hopkins University School of Medicine
d Distribution-Date: 2mar2022
d Distribution-Date: 21apr2023
f src/prismscore.ado
f src/prismscore.sthlp
f src/prismscore.dlg
9 changes: 6 additions & 3 deletions src/prismscore.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! | Version: 1.2 | Last Updated: Feb 28, 2023
*! | Version: 1.2.1 | Last Updated: Apr 21, 2023
/*----------------------------------------------------------------------------*\
| PRISM Score Calculator - a statistical package designed to calculate |
| PRISM III & IV scores. |
Expand All @@ -7,12 +7,15 @@
| Additional information available at: |
| https://azamfirei.com/prism-score |
| |
| Version: 1.2 | Created: Jul 28, 2022 | Last Updated: Feb 28, 2023 |
| Version: 1.2.1 | Created: Jul 28, 2022 | Last Updated: Apr 21, 2023 |
| Author: Razvan Azamfirei - stata@azamfirei.com |
| |
| CHANGELOG: |
| - Version 1.2.1: |
| Updated minimum dialog version |
| |
| - Version 1.2: |
| Updated HR OOR forvalues |
| Updated HR out-of-range values |
| |
| - Version 1.1: |
| Minor bugs and fixes |
Expand Down
2 changes: 1 addition & 1 deletion src/prismscore.dlg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
prismscore.dlg
*/

VERSION 17
VERSION 12

INCLUDE _std_mlarge
POSITION . . 480 560
Expand Down

0 comments on commit 4229489

Please sign in to comment.