diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-07-22 13:53:22 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-07-22 13:53:22 -0600 |
commit | 75ba186f3d654bcb533dd2201309c69dc7d0228e (patch) | |
tree | be6a7863442cee2e213d659d47340f7b8d55d32c | |
parent | 10928c842c613099bd4770d55df81b0057e8f5ac (diff) | |
download | luminous-master.tar.gz luminous-master.tar.xz |
This includes toggle support and the duration simplification (removing
step and rate settings).
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ INITDIR=/etc/rc.d CONFDIR=/etc/ VERSION = 1 -PATCHLEVEL = 2 +PATCHLEVEL = 3 SUBLEVEL = 0 EXTRAVERSION = |