~linuxjedi/libdrizzle/5.1-tests

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Andrew Hutchings
  • Date: 2012-12-24 10:20:04 UTC
  • Revision ID: andrew@linuxjedi.co.uk-20121224102004-wsm3lzmyageb96yu
Tags: 5.1.0
Release fixing

* Version things correcty for 5.1 release
* Fix spec file
* Add AUTHORS and COPYING files

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
AC_CONFIG_SRCDIR([libdrizzle/drizzle.cc])
29
29
 
30
30
#shared library versioning
31
 
LIBDRIZZLE_LIBRARY_VERSION=5:0:0
 
31
LIBDRIZZLE_LIBRARY_VERSION=5:1:0
32
32
#                         | | |
33
33
#                  +------+ | +---+
34
34
#                  |        |     |
88
88
AC_CONFIG_FILES([Makefile
89
89
                 docs/conf.py
90
90
                 rpm/spec
91
 
                 libdrizzle-5.0/version.h
 
91
                 libdrizzle-5.1/version.h
92
92
                 ])
93
93
 
94
94
AC_OUTPUT