diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:52:08 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:52:13 -0400 |
commit | 547941861ad97147876b38e266622f03e17c1624 (patch) | |
tree | 4ddeba5739201492ce45f11d66150c1810cca211 /Documentation | |
parent | 5209ad280e08d95d10f63a2dd6079cedca3db0f6 (diff) | |
download | piem-547941861ad97147876b38e266622f03e17c1624.tar.gz |
Fix versions strings for 0.3.0 release
Embarrassingly, I forgot to do this in b8eec6b9.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/piem.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 852da20..b7a02e3 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@set VERSION 0.2.0 +@set VERSION 0.3.0 @setfilename piem.info @documentencoding UTF-8 |