diff options
author | Christian Hesse <mail@eworm.de> | 2015-07-13 11:04:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-07-13 11:04:38 +0200 |
commit | 727044065662cf86bb96d209bc4c27bc5b220b33 (patch) | |
tree | 8e387460d8d84f617bdfbc154643e41d5ad46f58 | |
parent | c0951142cdb6a0bb75745821a294d2814c74bdd1 (diff) | |
download | journal-notify-727044065662cf86bb96d209bc4c27bc5b220b33.tar.gz journal-notify-727044065662cf86bb96d209bc4c27bc5b220b33.tar.zst |
prepare version 0.1.00.1.0
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CFLAGS += $(shell pkg-config --cflags --libs libsystemd) CFLAGS += $(shell pkg-config --cflags --libs libnotify) # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.0.8 +VERSION := 0.1.0 all: journal-notify README.html |