summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Bonatti <arnaud.bonatti@gmail.com>2019-09-12 17:51:04 +0200
committerArnaud Bonatti <arnaud.bonatti@gmail.com>2019-09-12 17:51:04 +0200
commitf7b2e8cfe69cbc5a7f13b242a0733d0549e55d31 (patch)
treeb33afef51a115546208771d247337dad10f3f8d8
parent56a6d90a4d75a8af3f57c8d63c57bd1f1abb47f8 (diff)
downloadglib-arnaudb/option-flag-append-empty-line.tar.gz
-rw-r--r--glib/goption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/goption.h b/glib/goption.h
index 7a07901b5..198eebd33 100644
--- a/glib/goption.h
+++ b/glib/goption.h
@@ -76,7 +76,7 @@ typedef struct _GOptionEntry GOptionEntry;
* It is not safe to use this option, unless all option groups are under
* your direct control. Since 2.8.
* @G_OPTION_FLAG_APPEND_EMPTY_LINE: This flag adds an empty line after the
- * one of the option, allowing to visually group options. Since: 2.63.1.
+ * one of the option, allowing to visually group options. Since: 2.64.
*
* Flags which modify individual options.
*/