[template-glib] version: fix copy pasta
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [template-glib] version: fix copy pasta
- Date: Fri, 6 May 2022 21:43:41 +0000 (UTC)
commit bd72c595caadf4a1e7227472514b6e20878db725
Author: Christian Hergert <chergert redhat com>
Date: Fri May 6 14:43:37 2022 -0700
version: fix copy pasta
src/tmpl-version.h.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/tmpl-version.h.in b/src/tmpl-version.h.in
index ae35857..d1f4b3e 100644
--- a/src/tmpl-version.h.in
+++ b/src/tmpl-version.h.in
@@ -25,9 +25,9 @@
/**
* SECTION:tmpl-version
- * @short_description: Dazzle version checking
+ * @short_description: Template-GLib version checking
*
- * Dazzle provides macros to check the version of the library at compile-time
+ * Template-GLib provides macros to check the version of the library at compile-time
*/
/**
@@ -61,7 +61,7 @@
/**
* TMPL_VERSION_S:
*
- * Dazzle version, encoded as a string, useful for printing and
+ * Template-GLib version, encoded as a string, useful for printing and
* concatenation.
*/
#define TMPL_VERSION_S "@TMPL_VERSION@"
@@ -72,7 +72,7 @@
/**
* TMPL_VERSION_HEX:
*
- * Dazzle version, encoded as an hexadecimal number, useful for
+ * Template-GLib version, encoded as an hexadecimal number, useful for
* integer comparisons.
*/
#define TMPL_VERSION_HEX \
@@ -85,7 +85,7 @@
* @micro: required micro version
*
* Compile-time version checking. Evaluates to %TRUE if the version
- * of dazzle is greater than the required one.
+ * of template-glib is greater than the required one.
*/
#define TMPL_CHECK_VERSION(major,minor,micro) \
(TMPL_MAJOR_VERSION > (major) || \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]