summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-14 21:07:43 +0200
committerChris <xchrisx@uber.space>2019-07-14 21:25:03 +0200
commitaa6cfdab39882dd2aa2a54d13dfb05a825d48f85 (patch)
tree385e8dc6032125080a8d1dfb7d627e5712584e8a
parente1526af556d68e36bc262a373376e890fa87354f (diff)
downloadtdegraphics-aa6cfdab.tar.gz
tdegraphics-aa6cfdab.zip
Remove old kolourpaint URL and fix version string.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--kolourpaint/VERSION2
-rw-r--r--kolourpaint/kolourpaint.cpp3
2 files changed, 2 insertions, 3 deletions
diff --git a/kolourpaint/VERSION b/kolourpaint/VERSION
index 8b2f0f9b..721b9931 100644
--- a/kolourpaint/VERSION
+++ b/kolourpaint/VERSION
@@ -1 +1 @@
-1.4.8_relight-post
+1.4.8 \ No newline at end of file
diff --git a/kolourpaint/kolourpaint.cpp b/kolourpaint/kolourpaint.cpp
index 2a464b72..8dd605fa 100644
--- a/kolourpaint/kolourpaint.cpp
+++ b/kolourpaint/kolourpaint.cpp
@@ -65,8 +65,7 @@ int main (int argc, char *argv [])
I18N_NOOP ("Paint Program for TDE"),
TDEAboutData::License_Custom,
0/*copyright statement - see licence instead*/,
- 0/*no free text*/,
- "http://www.kolourpaint.org/"
+ 0/*no free text*/
);