summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-14 21:07:43 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-15 14:03:35 +0900
commitb6ad3fefa99743f3d056c70d0c981c33ee3cb9d2 (patch)
tree6237b7ad387f3725686e53fa6914a5cc42459d3c
parent21d628b0f5a3a662c86f8d0412ea4beeee7b6573 (diff)
downloadtdegraphics-b6ad3fefa99743f3d056c70d0c981c33ee3cb9d2.tar.gz
tdegraphics-b6ad3fefa99743f3d056c70d0c981c33ee3cb9d2.zip
Remove old kolourpaint URL and fix version string.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit aa6cfdab39882dd2aa2a54d13dfb05a825d48f85)
-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*/
);