Skip to content

Commit

Permalink
Release version 2018.9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Myckel Habets committed Sep 14, 2018
1 parent a84c422 commit e9758ef
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ http://auroracoin.is

Follow [@OfficialAUR](https://twitter.com/OfficialAUR)

Copyright (c) 2014-2016 Auroracoin Developers
Copyright (c) 2014-2018 Auroracoin Developers


## What is AuroraCoin?
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2017)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_MAJOR, 2018)
define(_CLIENT_VERSION_MINOR, 9)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Auroracoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[auroracoin])
AC_CONFIG_AUX_DIR([src/build-aux])
AC_CONFIG_MACRO_DIR([src/m4])
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
auroracoin (2018.09.1.0-0ubunti1) bionix; urgency=low

* Removal of 'use namespaces'.
* Added Openssl version 1.1 support.
* Added miniupnpc API version 17.
* PoW algorithm improvements.
* Fix Multi diff calculation during transition period.
* Various build system improvements

-- Auroracoin foundation <[email protected]> Wed, 12 Sep 2018 9:20:00 +0200

auroracoin (2017.02.1.0-0ubuntu1) xenial; urgency=low

* Improved wallet loading speed.
Expand Down
8 changes: 4 additions & 4 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2012 The Bitcoin developers
// Copyright (c) 2015-2017 The Auroracoin developers
// Copyright (c) 2015-2018 The Auroracoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_VERSION_H
Expand All @@ -15,16 +15,16 @@
// client versioning and copyright year

// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2017
#define CLIENT_VERSION_MINOR 02
#define CLIENT_VERSION_MAJOR 2018
#define CLIENT_VERSION_MINOR 09
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true

// Copyright year (2009-this)
#define COPYRIGHT_YEAR 2017
#define COPYRIGHT_YEAR 2018

#endif //HAVE_CONFIG_H

Expand Down

0 comments on commit e9758ef

Please sign in to comment.