From d03c4a24ceb179d0fdb4c47e3d144d547ffcc8b6 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 9 Nov 2022 12:45:14 +0300 Subject: [PATCH] Bump version to 0.5.3 --- CMakeLists.txt | 2 +- README.md | 9 ++++++--- debian/changelog | 7 +++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d71660..5bf001a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(grive2) include(GNUInstallDirs) # Grive version. remember to update it for every new release! -set( GRIVE_VERSION "0.5.2-dev" CACHE STRING "Grive version" ) +set( GRIVE_VERSION "0.5.3" CACHE STRING "Grive version" ) message(WARNING "Version to build: ${GRIVE_VERSION}") # common compile options diff --git a/README.md b/README.md index 9924965..a71923d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Grive2 0.5.2-dev +# Grive2 0.5.3 -13 Nov 2019, Vitaliy Filippov +09 Nov 2022, Vitaliy Filippov http://yourcmc.ru/wiki/Grive2 @@ -203,7 +203,10 @@ Alternativly you can define your own client_id and client_secret during build ## Version History -### Grive2 v0.5.2-dev +### Grive2 v0.5.3 + +- Implement Google OAuth loopback IP redirect flow +- Various small fixes ### Grive2 v0.5.1 diff --git a/debian/changelog b/debian/changelog index 09ac290..0910281 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grive2 (0.5.3) unstable; urgency=medium + + * Implement Google OAuth loopback IP redirect flow + * Various small fixes + + -- Vitaliy Filippov Wed, 09 Nov 2022 12:42:28 +0300 + grive2 (0.5.2+git20210315) unstable; urgency=medium * Newer dev version