~oem-solutions-group/unity-2d/indicator-sound

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2010-09-14 19:26:42 UTC
  • mfrom: (28.9.20 upstream)
  • Revision ID: ken.vandine@canonical.com-20100914192642-xdxqx5fzv7k1t0e5
Tags: 0.4.5-0ubuntu1
releasing version 0.4.5-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
AC_INIT(indicator-sound, 0.4.4, conor.curran@canonical.com)
 
2
AC_INIT(indicator-sound, 0.4.5, conor.curran@canonical.com)
3
3
 
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(indicator-sound, 0.4.4)
 
7
AM_INIT_AUTOMAKE(indicator-sound, 0.4.5)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
 
135
135
Makefile
136
136
src/Makefile
137
137
data/Makefile
 
138
data/icons/Makefile
 
139
data/icons/16x16/Makefile
 
140
data/icons/16x16/status/Makefile
 
141
data/icons/scalable/Makefile
 
142
data/icons/scalable/status/Makefile
138
143
tests/Makefile
139
144
po/Makefile.in
140
145
])