Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Jul 22, 2005
1 parent 3c6e2da commit 8fca0ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,5 +1,7 @@
2005-07-21 Matthias Clasen <mclasen@redhat.com>

* configure.in: Bump version

* === Released 2.7.4 ===

* NEWS: Updates
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.pre-2-10
@@ -1,5 +1,7 @@
2005-07-21 Matthias Clasen <mclasen@redhat.com>

* configure.in: Bump version

* === Released 2.7.4 ===

* NEWS: Updates
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.pre-2-12
@@ -1,5 +1,7 @@
2005-07-21 Matthias Clasen <mclasen@redhat.com>

* configure.in: Bump version

* === Released 2.7.4 ===

* NEWS: Updates
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.pre-2-8
@@ -1,5 +1,7 @@
2005-07-21 Matthias Clasen <mclasen@redhat.com>

* configure.in: Bump version

* === Released 2.7.4 ===

* NEWS: Updates
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -27,8 +27,8 @@ m4_include(m4macros/glib-gettext.m4)dnl
#
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [7])
m4_define([glib_micro_version], [4])
m4_define([glib_interface_age], [3])
m4_define([glib_micro_version], [5])
m4_define([glib_interface_age], [4])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
m4_define([glib_version],
Expand Down

0 comments on commit 8fca0ec

Please sign in to comment.