Skip to content

Commit

Permalink
Update version numbers for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Sep 21, 2020
1 parent 76532b0 commit 7758f13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apel-ssm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%endif

Name: apel-ssm
Version: 2.4.1
%define releasenumber 1
Version: 3.0.0
%define releasenumber 0.1.rc1
Release: %{releasenumber}%{?dist}
Summary: Secure stomp messenger

Expand Down
2 changes: 1 addition & 1 deletion scripts/ssm-build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -eu

TAG=2.4.1-1
TAG=3.0.0-0.1.rc1

SOURCE_DIR=~/debbuild/source
BUILD_DIR=~/debbuild/build
Expand Down
2 changes: 1 addition & 1 deletion scripts/ssm-build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
rpmdev-setuptree

RPMDIR=/home/rpmb/rpmbuild
VERSION=2.4.1-1
VERSION=3.0.0-0.1.rc1
SSMDIR=apel-ssm-$VERSION

# Remove old sources and RPMS
Expand Down
2 changes: 1 addition & 1 deletion ssm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import logging
import sys

__version__ = (2, 4, 1)
__version__ = (3, 0, 0)

LOG_BREAK = '========================================'

Expand Down

0 comments on commit 7758f13

Please sign in to comment.