Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2020-08-28 12:45:24 +0300
committerCamila <hello@camila.codes>2020-08-28 12:45:24 +0300
commit0a62628f8a8d92527240435c74c4fb9ffaa46e53 (patch)
tree8b4f88e04ccff3425ae057525fb3a058434256cd
parent772a34ba46c9326eca3bdffefc5edc74e77ca37b (diff)
Bump version to 3.0.1.v3.0.1
Signed-off-by: Camila <hello@camila.codes>
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 42e773dae..5900771a5 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 3 )
set( MIRALL_VERSION_MINOR 0 )
-set( MIRALL_VERSION_PATCH 0 )
+set( MIRALL_VERSION_PATCH 1 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )