From 53cdf207aa52e9928478e6ee0ed13694a477c3d1 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Mon, 9 Nov 2015 16:40:52 +0100 Subject: [PATCH] Bump up version number to 1.1.2 --- ip2e-config.py | 2 +- ip2e-daemon.py | 2 +- ip2e-log.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ip2e-config.py b/ip2e-config.py index 0209f72..d927ce7 100755 --- a/ip2e-config.py +++ b/ip2e-config.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.1.1" +version="1.1.2" #Import python-modules import os diff --git a/ip2e-daemon.py b/ip2e-daemon.py index 6e88394..bbfd9be 100755 --- a/ip2e-daemon.py +++ b/ip2e-daemon.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.1.1" +version="1.1.2" #Import python-modules import urllib diff --git a/ip2e-log.py b/ip2e-log.py index 3321b81..b346e1b 100755 --- a/ip2e-log.py +++ b/ip2e-log.py @@ -5,11 +5,11 @@ # ip2e (IP to email) - See the log file. | # Created by clamsawd (clamsawd@openmailbox.org) | # Licensed by GPL v.3 | -# Last update: 01-11-2015 | +# Last update: 09-11-2015 | # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.1.1" +version="1.1.2" #Import python-modules import os