Skip to content

Commit

Permalink
v3 bump, drop upower version by one point release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeydoherty committed Jun 22, 2014
1 parent 0c43548 commit 9bb547a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Budgie Desktop], 2, [[email protected]], [budgie-desktop], [http://ikeydoherty.github.io/])
AC_INIT([Budgie Desktop], 3, [[email protected]], [budgie-desktop], [http://ikeydoherty.github.io/])
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects])
AC_PROG_CC
AC_PROG_CC_STDC
Expand Down Expand Up @@ -31,7 +31,7 @@ PKG_CHECK_MODULES([MUTTER], [libmutter >= 3.10.1])
PKG_CHECK_MODULES([WNCK3], [libwnck-3.0 >= 3.4.7])

# Required for power-applet
PKG_CHECK_MODULES([UPOWER], [upower-glib >= 0.9.21])
PKG_CHECK_MODULES([UPOWER], [upower-glib >= 0.9.20])

# Required for menu in the panel
PKG_CHECK_MODULES([GMENU], [libgnome-menu-3.0 >= 3.10.1])
Expand Down

0 comments on commit 9bb547a

Please sign in to comment.