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

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jun 29, 2010
1 parent 8c48a31 commit f0599b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -3,8 +3,8 @@

dnl the gi version number
m4_define(gi_major_version, 0)
m4_define(gi_minor_version, 6)
m4_define(gi_micro_version, 15)
m4_define(gi_minor_version, 9)
m4_define(gi_micro_version, 0)
m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version)

AC_PREREQ(2.59)
Expand Down

0 comments on commit f0599b0

Please sign in to comment.