Skip to content

Commit

Permalink
Update all version numbers to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Oct 22, 2014
1 parent 12b4015 commit 362cac8
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
APP=pybitmessage
VERSION=0.4.2
VERSION=0.4.4
RELEASE=1
ARCH_TYPE=`uname -m`
PREFIX?=/usr/local
Expand Down
4 changes: 2 additions & 2 deletions arch.sh
@@ -1,8 +1,8 @@
#!/bin/bash

APP=pybitmessage
PREV_VERSION=0.4.2
VERSION=0.4.2
PREV_VERSION=0.4.4
VERSION=0.4.4
RELEASE=1
ARCH_TYPE=any
CURRDIR=`pwd`
Expand Down
2 changes: 1 addition & 1 deletion archpackage/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bob Mottram (4096 bits) <bob@robotics.uk.to>
pkgname=pybitmessage
pkgver=0.4.2
pkgver=0.4.4
pkgrel=1
pkgdesc="Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide "non-content" data, like the sender and receiver of messages, from passive eavesdroppers like those running warrantless wiretapping programs."
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions debian.sh
@@ -1,8 +1,8 @@
#!/bin/bash

APP=pybitmessage
PREV_VERSION=0.4.2
VERSION=0.4.2
PREV_VERSION=0.4.4
VERSION=0.4.4
RELEASE=1
ARCH_TYPE=all
DIR=${APP}-${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions ebuild.sh
@@ -1,8 +1,8 @@
#!/bin/bash

APP=pybitmessage
PREV_VERSION=0.4.2
VERSION=0.4.2
PREV_VERSION=0.4.4
VERSION=0.4.4
RELEASE=1
SOURCEDIR=.
ARCH_TYPE=`uname -m`
Expand Down
2 changes: 1 addition & 1 deletion generate.sh
Expand Up @@ -4,7 +4,7 @@

rm -f Makefile rpmpackage/*.spec

packagemonkey -n "PyBitmessage" --version "0.4.2" --dir "." -l "mit" \
packagemonkey -n "PyBitmessage" --version "0.4.4" --dir "." -l "mit" \
-e "Bob Mottram (4096 bits) <bob@robotics.uk.to>" \
--brief "Send encrypted messages" \
--desc "Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data, like the sender and receiver of messages, from passive eavesdroppers like those running warrantless wiretapping programs." \
Expand Down
4 changes: 2 additions & 2 deletions puppy.sh
@@ -1,8 +1,8 @@
#!/bin/bash

APP=pybitmessage
PREV_VERSION=0.4.2
VERSION=0.4.2
PREV_VERSION=0.4.4
VERSION=0.4.4
RELEASE=1
BUILDDIR=~/petbuild
CURRDIR=`pwd`
Expand Down
4 changes: 2 additions & 2 deletions rpm.sh
@@ -1,8 +1,8 @@
#!/bin/bash

APP=pybitmessage
PREV_VERSION=0.4.2
VERSION=0.4.2
PREV_VERSION=0.4.4
VERSION=0.4.4
RELEASE=1
SOURCEDIR=.
ARCH_TYPE=`uname -m`
Expand Down
2 changes: 1 addition & 1 deletion rpmpackage/pybitmessage.spec
@@ -1,5 +1,5 @@
Name: pybitmessage
Version: 0.4.2
Version: 0.4.4
Release: 1%{?dist}
Summary: Send encrypted messages
License: MIT
Expand Down
4 changes: 2 additions & 2 deletions slack.sh
@@ -1,8 +1,8 @@
#!/bin/bash

APP=pybitmessage
PREV_VERSION=0.4.2
VERSION=0.4.2
PREV_VERSION=0.4.4
VERSION=0.4.4
RELEASE=1
ARCH_TYPE=`uname -m`
BUILDDIR=~/slackbuild
Expand Down

0 comments on commit 362cac8

Please sign in to comment.