Commit 67210c99 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Back to development

parent 23953922
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ dnl 2023 Arthur Demchenkov <spinal.by@gmail.com>
dnl

m4_define([copyright_year], [2025])
XDT_VERSION_INIT([1.12.0])
XDT_VERSION_INIT([1.12.0], [git])

AC_COPYRIGHT([Copyright (c) 2003-copyright_year() The Xfce development team. All rights reserved.])
AC_PREREQ([2.69])
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ project(
  'xfce4-notes-plugin',
  'vala',
  'c',
version : '1.12.0',
version : '1.12.0-dev',
  license : 'GPL-2.0-or-later',
  meson_version : '>= 0.54.0',
  default_options : ['c_std=gnu11', 'buildtype=debugoptimized', 'warning_level=2']
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

#define REVISION "@REVISION@"

#define VERSION_FULL VERSION
#define VERSION_FULL VERSION "-" REVISION
#define PACKAGE_STRING_FULL PACKAGE " " VERSION_FULL

#endif /* INC_XFCE_REVISION_H */