aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-06-25 15:41:30 +1000
committeronefang2019-06-25 15:41:30 +1000
commitcb8ca1361524ae6893073f5dced0744e8f3e753f (patch)
tree57fbe55a15f6d0e3992aa5182e0803dfd55300de
parentOK OK, so I'm a perfectionist. lol (diff)
downloadapt-panopticon-cb8ca1361524ae6893073f5dced0744e8f3e753f.zip
apt-panopticon-cb8ca1361524ae6893073f5dced0744e8f3e753f.tar.gz
apt-panopticon-cb8ca1361524ae6893073f5dced0744e8f3e753f.tar.bz2
apt-panopticon-cb8ca1361524ae6893073f5dced0744e8f3e753f.tar.xz
Downgrade the version number, it's not even alpha yet.
I'll need to actually output emails and web pages to get to alpha. Probaly should write the rest of the documentation to.
-rwxr-xr-xmirror-checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua
index 34b2ec8..cd7cc3d 100755
--- a/mirror-checker.lua
+++ b/mirror-checker.lua
@@ -313,7 +313,7 @@ if 0 ~= #args then
313 if ("--help" == a) or ("-h" == a) then 313 if ("--help" == a) or ("-h" == a) then
314 print("I should write some docs, huh?") 314 print("I should write some docs, huh?")
315 elseif "--version" == a then 315 elseif "--version" == a then
316 print("mirror-checker-lua version 0.1 alpha") 316 print("mirror-checker-lua version 0.1 WIP development version")
317 elseif "-v" == a then 317 elseif "-v" == a then
318 verbosity = verbosity + 1 318 verbosity = verbosity + 1
319 sendArgs = sendArgs .. a .. " " 319 sendArgs = sendArgs .. a .. " "