From a4f6269d03b11b5db1496578de8330381cf6d1ba Mon Sep 17 00:00:00 2001 From: Timothy Palpant Date: Wed, 6 Sep 2023 16:16:52 -0400 Subject: [PATCH] Bump version to 2023.09.06 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9092432..81cb9ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. Date based versioning is now used in this project. This is so that it doesn't get confused with the Dropbox desktop client. +Version 2023.09.06 +------------------ + * Add Ubuntu 23.10 to build matrix + Version 2022.12.05 ------------------ * Update to use libnautilus-extension-4 and gtk4, supporting Nautilus 43+. diff --git a/configure.ac b/configure.ac index 1f83953..eae76cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization -AC_INIT([nautilus-dropbox], 2022.12.05) +AC_INIT([nautilus-dropbox], 2023.09.06) AM_INIT_AUTOMAKE([foreign])