~ubuntu-branches/ubuntu/precise/libpng/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-07-27 12:44:46 UTC
  • mfrom: (1.3.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20110727124446-x8ctn5p2i29prtje
Tags: upstream-1.2.46
ImportĀ upstreamĀ versionĀ 1.2.46

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
dnl Version number stuff here:
20
20
 
21
 
AC_INIT([libpng], [1.2.44], [png-mng-implement@lists.sourceforge.net])
 
21
AC_INIT([libpng], [1.2.46], [png-mng-implement@lists.sourceforge.net])
22
22
AM_INIT_AUTOMAKE
23
23
dnl stop configure from automagically running automake
24
24
AM_MAINTAINER_MODE
25
25
 
26
 
PNGLIB_VERSION=1.2.44
 
26
PNGLIB_VERSION=1.2.46
27
27
PNGLIB_MAJOR=1
28
28
PNGLIB_MINOR=2
29
 
PNGLIB_RELEASE=44
 
29
PNGLIB_RELEASE=46
30
30
 
31
31
dnl End of version number stuff
32
32