Skip to content

Commit

Permalink
Bump version to v3_1_1-beryllium-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Jan 18, 2019
1 parent c6dba72 commit 10f36ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def copy_sources():
# copying packages
print("Copying DMVCFramework Delphi 10.1 Seattle packages...")
os.makedirs(g_output_folder + "\\packages\\d101", exist_ok=True)
copy2(r"packages\d101\dmvcframeworkRT.dpk", g_output_folder + "\\packages\\d102")
copy2(r"packages\d101\dmvcframeworkRT.dproj", g_output_folder + "\\packages\\d102")
copy2(r"packages\d101\dmvcframeworkRT.dpk", g_output_folder + "\\packages\\d101")
copy2(r"packages\d101\dmvcframeworkRT.dproj", g_output_folder + "\\packages\\d101")

# copying packages
print("Copying DMVCFramework Delphi 10.2 Tokyo packages...")
Expand Down

0 comments on commit 10f36ca

Please sign in to comment.