diff options
author | antirez <antirez@gmail.com> | 2016-07-10 12:25:29 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2016-07-10 12:25:29 +0200 |
commit | efd541bb6d272f953e049a85d411765eed1a2979 (patch) | |
tree | 57ebf94efe1b870148067eab8c7f0a9116a79c8c | |
parent | a9f98a96c493d266a0216a79d0a5d347527183bc (diff) | |
download | filo-efd541bb6d272f953e049a85d411765eed1a2979.tar.gz filo-efd541bb6d272f953e049a85d411765eed1a2979.zip |
Be serious with version number.
-rw-r--r-- | kilo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define KILO_VERSION "1.0.0" +#define KILO_VERSION "0.0.1" #define _BSD_SOURCE #define _GNU_SOURCE |