[network/kio-s3] /: Use 1.0.0 as version number

Carl Schwan null at kde.org
Fri Mar 13 11:31:10 GMT 2026


Git commit 5c1c6cff65aef5ada5f9191cb9e10e15094f3014 by Carl Schwan.
Committed on 13/03/2026 at 11:29.
Pushed by carlschwan into branch 'master'.

Use 1.0.0 as version number

M  +1    -1    CMakeLists.txt
M  +1    -1    desktop/org.kde.kio_s3.metainfo.xml
M  +1    -1    doc/index.docbook

https://invent.kde.org/network/kio-s3/-/commit/5c1c6cff65aef5ada5f9191cb9e10e15094f3014

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ded565..f983a41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(KIO_S3_VERSION 0.1.0)
+set(KIO_S3_VERSION 1.0.0)
 project(kio-s3 VERSION ${KIO_S3_VERSION})
 
 set(QT_MIN_VERSION 6.5.0)
diff --git a/desktop/org.kde.kio_s3.metainfo.xml b/desktop/org.kde.kio_s3.metainfo.xml
index ff0e0a9..79921ff 100644
--- a/desktop/org.kde.kio_s3.metainfo.xml
+++ b/desktop/org.kde.kio_s3.metainfo.xml
@@ -164,7 +164,7 @@
     </screenshot>
   </screenshots>
   <releases>
-    <release version="0.1.0" date="2026-03-13">
+    <release version="1.0.0" date="2026-03-13">
       <description>
         <p>Initial release of kio-s3, which provides access to S3 in Dolphin and other KDE Apps.</p>
       </description>
diff --git a/doc/index.docbook b/doc/index.docbook
index be591d4..1fa1505 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -24,7 +24,7 @@
 </authorgroup>
 
 <date>2026-03-13</date>
-<releaseinfo>kio-s3 0.1.0</releaseinfo>
+<releaseinfo>kio-s3 1.0.0</releaseinfo>
 
 </articleinfo>
 


More information about the kde-doc-english mailing list