X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=c0cb22fb9004e19a98a387734ecf54562654130c;hb=4fabbd704eeb24f33b6d3a4031a8cecdf9769acf;hp=ce9d4a7f4797ee79ac91e85c713fd90ca4f68679;hpb=92fc7ab5c5c005878a4c6cb25c33c928c40d1e44;p=psensor.git diff --git a/configure.ac b/configure.ac index ce9d4a7..c0cb22f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([psensor], [1.0.0.0],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) +AC_INIT([psensor], [1.0.3],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) -AM_INIT_AUTOMAKE([-Wall -Werror gnu]) +AM_INIT_AUTOMAKE([-Wall gnu]) AC_CONFIG_SRCDIR([src/ui.c]) AC_CONFIG_HEADERS([config.h])