diff options
| author | Julian Hurst <ark@mansus.space> | 2024-11-15 16:16:29 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-11-15 16:16:29 +0100 |
| commit | 682c89e3f623034f4afda70c1e748198c03c7ea3 (patch) | |
| tree | a564c5745636c62a6ee891c480e7c6a470bde758 /distamp.ha | |
| parent | 0f3c901cb7cdff62dfb87c148bfe136250c117d4 (diff) | |
| download | distamp-682c89e3f623034f4afda70c1e748198c03c7ea3.tar.gz | |
Diffstat (limited to 'distamp.ha')
| -rw-r--r-- | distamp.ha | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ use encoding::utf8; type parseerror = !strconv::error; def MAJOR = 2; -def MINOR = 0; +def MINOR = 1; def PATCH = 0; // hare build -RD DEV=false for release version def DEV = true; |
