Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
7a806262
Commit
7a806262
authored
Aug 27, 2014
by
Niels Möller
Browse files
Bumped version numbers.
parent
ece7af39
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7a806262
2014-08-27 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Bumped package version number to 3.1.
(LIBHOGWEED_MAJOR): Bumped library version to 4.0.
Merged camellia-reorg changes (starting at 2014-07-04).
* Makefile.in (clean-here): Added ecc-25519.h.
...
...
configure.ac
View file @
7a806262
...
...
@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT([nettle], [3.
0
], [nettle-bugs@lists.lysator.liu.se])
AC_INIT([nettle], [3.
1
], [nettle-bugs@lists.lysator.liu.se])
AC_PREREQ(2.61)
AC_CONFIG_SRCDIR([arcfour.c])
# Needed to stop autoconf from looking for files in parent directories.
...
...
@@ -13,7 +13,7 @@ AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=5
LIBNETTLE_MINOR=0
LIBHOGWEED_MAJOR=
3
LIBHOGWEED_MAJOR=
4
LIBHOGWEED_MINOR=0
AC_CANONICAL_HOST
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment