Updated version to be consistent with semver.

master
Raheman Vaiya 5 years ago
parent e71b0dba8b
commit b9f30136c3
  1. 2
      CHANGELOG.md
  2. 2
      Makefile
  3. 2
      README.md

@ -1,4 +1,4 @@
# v0.1.0
# v1.0.0
Major version update:

@ -3,7 +3,7 @@
DESTDIR=
PREFIX=/usr
VERSION=0.1.0
VERSION=1.0.0
GIT_HASH=$(shell git describe --no-match --always --abbrev=40 --dirty)
CFLAGS=-DVERSION=\"$(VERSION)\" -DGIT_COMMIT_HASH=\"$(GIT_HASH)\"

@ -8,7 +8,7 @@ using kernel level input primitives (evdev, uinput).
# UPDATE
*Version 0.1.0 has just been released and includes some breaking changes. Please see the [changelog](CHANGELOG.md) for details.*
*Version 1.0.0 has just been released and includes some breaking changes. Please see the [changelog](CHANGELOG.md) for details.*
# Features

Loading…
Cancel
Save