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

Commit

Permalink
Version 2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Carneiro committed Mar 30, 2010
1 parent 8a66e50 commit e1c936b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -3,8 +3,8 @@ AC_PREREQ(2.52)

dnl the gnome-python version number
m4_define(gnome_python_desktop_major_version, 2)
m4_define(gnome_python_desktop_minor_version, 29)
m4_define(gnome_python_desktop_micro_version, 92)
m4_define(gnome_python_desktop_minor_version, 30)
m4_define(gnome_python_desktop_micro_version, 0)
m4_define(gnome_python_desktop_version, gnome_python_desktop_major_version.gnome_python_desktop_minor_version.gnome_python_desktop_micro_version)

dnl required versions of other packages
Expand Down
2 changes: 1 addition & 1 deletion wscript
@@ -1,6 +1,6 @@
# -*- python -*-

VERSION = '2.29.92'
VERSION = '2.30.0'
APPNAME = 'gnome-python-desktop'
srcdir = '.'
blddir = 'build'
Expand Down

0 comments on commit e1c936b

Please sign in to comment.