Skip to content

Commit 8150869

Browse files
committed
DM Lua, PT Lua: bump versions in files.
1 parent b509fe2 commit 8150869

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

precise-timer/PreciseTimer.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if libVer < PTVersion or math.floor(libVer/65536%256) > math.floor(PTVersion/655
1414
error "Library version mismatch. Wanted #{PTVersion}, got #{libVer}."
1515

1616
class PreciseTimer
17-
@version = 0x000105
18-
@version_string = "0.1.5"
17+
@version = 0x000106
18+
@version_string = "0.1.6"
1919
@__depCtrlInit = ( DependencyControl ) ->
2020
@version = DependencyControl {
2121
name: "#{@__name}",

threaded-libcurl/DownloadManager.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ class ETagCache
176176
return true
177177

178178
class DownloadManager
179-
@version = 0x000400
180-
@version_string = "0.4.0"
179+
@version = 0x000500
180+
@version_string = "0.5.0"
181181
@__depCtrlInit = ( DependencyControl ) ->
182182
@version = DependencyControl {
183183
name: "#{@__name}",

0 commit comments

Comments
 (0)