Skip to content

Commit

Permalink
Increment AnacondaWidgets version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Feb 1, 2016
1 parent f969942 commit 5b853fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion widgets/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
m4_define(python_required_version, 3.4)

AC_PREREQ([2.63])
AC_INIT([AnacondaWidgets], [3.2], [clumens@redhat.com])
AC_INIT([AnacondaWidgets], [3.3], [clumens@redhat.com])

# Disable building static libraries.
# This needs to be set before initializing automake
Expand Down
4 changes: 2 additions & 2 deletions widgets/glade/AnacondaWidgets.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<glade-catalog name="AnacondaWidgets"
version="3.2"
targetable="3.1,3.0,2.0,1.0"
version="3.3"
targetable="3.2,3.1,3.0,2.0,1.0"
library="AnacondaWidgets"
domain="glade-3"
depends="gtk+">
Expand Down
2 changes: 1 addition & 1 deletion widgets/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lib_LTLIBRARIES = libAnacondaWidgets.la
libAnacondaWidgets_la_CFLAGS = $(GTK_CFLAGS) $(GLADEUI_CFLAGS) $(LIBXKLAVIER_CFLAGS) -Wall -g\
-DWIDGETS_DATADIR=$(WIDGETSDATA)
libAnacondaWidgets_la_LIBADD = $(GTK_LIBS) $(GLADEUI_LIBS) $(LIBXKLAVIER_LIBS)
libAnacondaWidgets_la_LDFLAGS = $(LTLIBINTL) -version-info 3:1:1
libAnacondaWidgets_la_LDFLAGS = $(LTLIBINTL) -version-info 3:2:1
libAnacondaWidgets_la_SOURCES = $(SOURCES) $(HDRS) \
glade-adaptor.c

Expand Down

0 comments on commit 5b853fe

Please sign in to comment.