~ubuntu-branches/debian/stretch/bitcoin/stretch

« back to all changes in this revision

Viewing changes to src/univalue/configure.ac

  • Committer: Package Import Robot
  • Author(s): Anthony Towns
  • Date: 2016-10-21 17:13:13 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20161021171313-7eu2ltpbk0xag3q1
Tags: 0.13.0-0.1
* Non-maintainer upload.
* New upstream release.
* Allow compilation with gcc/g++ 6. (Closes: Bug#835963)
* Additional fixes for openssl 1.1 compatibility. (See Bug#828248)
* Check if -latomic is needed (it is on mips*).
* Remove reproducible build patch, since leveldb build system is
  no longer used in 0.13. (See Bug#791834)
* Update description since the blockchain is much more than "several GB"
  now. (Closes: Bug#835809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
m4_define([libunivalue_major_version], [1])
2
2
m4_define([libunivalue_minor_version], [1])
3
 
m4_define([libunivalue_micro_version], [1])
4
 
m4_define([libunivalue_interface_age], [1])
 
3
m4_define([libunivalue_micro_version], [2])
 
4
m4_define([libunivalue_interface_age], [2])
5
5
# If you need a modifier for the version number. 
6
6
# Normally empty, but can be used to make "fixup" releases.
7
7
m4_define([libunivalue_extraversion], [])
14
14
m4_define([libunivalue_version], [libunivalue_major_version().libunivalue_minor_version().libunivalue_micro_version()libunivalue_extraversion()])
15
15
 
16
16
 
17
 
AC_INIT([univalue], [1.0.1],
 
17
AC_INIT([univalue], [1.0.2],
18
18
        [http://github.com/jgarzik/univalue/])
19
19
 
20
20
dnl make the compilation flags quiet unless V=1 is used