Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur committed Sep 23, 2024
1 parent ff52176 commit 7328063
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/ado/lint.ado
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*! version 1.02 06apr2023 DIME Analytics [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org

capture program drop lint
program lint

version 16
version 14.1

syntax anything [using/], ///
/// Options
Expand Down
2 changes: 1 addition & 1 deletion src/ado/repado.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop repado
program define repado, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/repadolog.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop repadolog
program define repadolog
Expand Down
6 changes: 3 additions & 3 deletions src/ado/repkit.ado
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop repkit
program define repkit, rclass

version 14.1

* UPDATE THESE LOCALS FOR EACH NEW VERSION PUBLISHED
local version "2.2"
local versionDate "20240730"
local version "3.0"
local versionDate "20240923"
local cmd "repkit"

syntax [anything]
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reproot.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reproot
program define reproot, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reproot_parse.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reproot_parse
program define reproot_parse, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reproot_search.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reproot_search
program define reproot_search, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reproot_setup.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reproot_setup
program define reproot_setup
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reprun.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reprun
program define reprun, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reprun_dataline.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 3.0 20240923 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

* Command intended to exclusively be run from the run files
* that the command iedorep is generating
Expand Down
4 changes: 2 additions & 2 deletions src/repkit.pkg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* This package file is generated in the adodown workflow. Do not edit directly.
*** version
v 2.2
v 3.0
*** title
d 'REPKIT': a module facilitating collaboration and computational reproducibility
*** description
Expand All @@ -21,7 +21,7 @@ d Contact: dimeanalytics@@worldbank.org, lsms@@worldbank.org
d URL: https://github.com/worldbank/repkit
d
*** date
d Distribution-Date: 20240730
d Distribution-Date: 20240923
d
*** adofiles
f ado/lint.ado
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/lint.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.2 20240730}{...}
{* *! version 3.0 20240923}{...}
{hline}
{pstd}help file for {hi:lint}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/repado.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.2 20240730}{...}
{* *! version 3.0 20240923}{...}
{hline}
{pstd}help file for {hi:repado}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/repadolog.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.2 20240730}{...}
{* *! version 3.0 20240923}{...}
{hline}
{pstd}help file for {hi:repadolog}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/repkit.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.2 20240730}{...}
{* *! version 3.0 20240923}{...}
{hline}
{pstd}help file for {hi:repkit}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/reproot.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.2 20240730}{...}
{* *! version 3.0 20240923}{...}
{hline}
{pstd}help file for {hi:reproot}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/reproot_setup.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.2 20240730}{...}
{* *! version 3.0 20240923}{...}
{hline}
{pstd}help file for {hi:reproot_setup}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/reprun.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.2 20240730}{...}
{* *! version 3.0 20240923}{...}
{hline}
{pstd}help file for {hi:reprun}{p_end}
{hline}
Expand Down

0 comments on commit 7328063

Please sign in to comment.