diff --git a/README.txt b/README.txt index 4f6609f..df26a93 100644 --- a/README.txt +++ b/README.txt @@ -10,9 +10,12 @@ or 2) Create a dynamic library and use it instead. Version: -v0.1.0 +v0.2 Status: +v0.2 +PPM comments writing/reading support + v0.1.0 PPM reading, writing diff --git a/src/pnm.cpp b/src/pnm.cpp index a52da50..53573b5 100644 --- a/src/pnm.cpp +++ b/src/pnm.cpp @@ -15,7 +15,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I #define RWPNM /* -RWPNM v0.1.0 +RWPNM v0.2 A drop-in library to work with PNM images */