Skip to content

Commit 506b8be

Browse files
authored
Merge pull request #19 from jsquyres/pr/make-v1.1.2.0-release
configure: bump to version 1.1.2.0
2 parents b45a686 + 855526f commit 506b8be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ If you are building from a usnic_tools tarball, first run `configure`,
5454
and then build and install it:
5555

5656
```sh
57-
$ tar xf usnic_tools-1.1.0.0.tar.bz2
58-
$ cd usnic_tools-1.1.0.0
57+
$ tar xf usnic_tools-1.1.2.0.tar.bz2
58+
$ cd usnic_tools-1.1.2.0
5959

6060
$ ./configure --prefix=/place/to/install
6161
# ... lots of output ...

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2016, Cisco Systems, Inc. All rights reserved.
2+
# Copyright (c) 2016-2017, Cisco Systems, Inc. All rights reserved.
33
#
44
# This software is available to you under a choice of one of two
55
# licenses. You may choose to be licensed under the terms of the GNU
@@ -35,7 +35,7 @@
3535
#
3636

3737
AC_PREREQ([2.57])
38-
AC_INIT([usnic-tools], [1.1.1.0])
38+
AC_INIT([usnic-tools], [1.1.2.0])
3939

4040
AC_CONFIG_AUX_DIR(config)
4141
AM_INIT_AUTOMAKE([foreign no-define 1.11 dist-bzip2])

0 commit comments

Comments
 (0)