Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
Raise version to 1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed May 22, 2016
1 parent e189162 commit 87dbe46
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0rc1
1.0rc2
4 changes: 2 additions & 2 deletions elasticarmor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
%{!?__python2: %global __python2 /usr/bin/python2}
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}

%define revision 1
%define pre_release_tag rc1
%define revision 2
%define pre_release_tag rc2

Name: elasticarmor
Version: 1.0
Expand Down
4 changes: 2 additions & 2 deletions icingaweb2-module-elasticarmor.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+

%define revision 1
%define pre_release_tag rc1
%define revision 2
%define pre_release_tag rc2
%define basedir %{_datadir}/icingaweb2/modules/elasticarmor

Name: icingaweb2-module-elasticarmor
Expand Down
2 changes: 1 addition & 1 deletion lib/elasticarmor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+

VERSION = '1.0rc1'
VERSION = '1.0rc2'
APP_NAME = 'ElasticArmor'
SYSLOG_DATE_FORMAT = '%b %e %H:%M:%S'
SYSLOG_FORMAT ='%(asctime)s %(name)s: %(message)s'
Expand Down
2 changes: 1 addition & 1 deletion lib/icingaweb2-module-elasticarmor/module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Module: elasticarmor
Version: 1.0rc1
Version: 1.0rc2
Depends: elasticsearch
Description: ElasticArmor Configuration Module
This module provides a graphical user-interface to configure ElasticArmor.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='elasticarmor',
version='1.0rc1',
version='1.0rc2',
license='GPLv2+',
author='NETWAYS GmbH',
author_email='info@netways.de',
Expand Down

0 comments on commit 87dbe46

Please sign in to comment.