From 0b586273cbf7121621c4f48e60d1aa57408cb64c Mon Sep 17 00:00:00 2001 From: Julia Pitts Date: Wed, 17 Apr 2024 21:26:11 +0000 Subject: [PATCH] Release version 2024.04.17. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2afcb53..68cc911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ 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 2024.04.17 +================== + * Add Ubuntu 24.04 to build matrix + * Allow `libpango-1.0-0` as alternate spelling of `libpango1.0-0` in `.deb` package + Version 2024.01.22 ================== * Collapse single-entry context menu submenus diff --git a/configure.ac b/configure.ac index 22f1a7b..b24563b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization -AC_INIT([nautilus-dropbox], 2024.01.22) +AC_INIT([nautilus-dropbox], 2024.04.17) AM_INIT_AUTOMAKE([foreign])