Skip to content

Commit

Permalink
bump from 1.0.0-dev to 1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Sep 23, 2015
1 parent 281270e commit 536cf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigbluebutton-config/bigbluebutton-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BIGBLUEBUTTON_RELEASE=1.0.0-dev
BIGBLUEBUTTON_RELEASE=1.0.0-beta
2 changes: 1 addition & 1 deletion bigbluebutton-config/bin/bbb-conf
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ if [ $CHECK ]; then
need_root

echo
echo "BigBlueButton Server $BIGBLUEBUTTON_RELEASE ($(dpkg -l | grep bbb | sed -n '/0.[0-9].[0-9]-1ubuntu/{s/.*ubuntu//;s/;//;p}' | awk '{ sum+=$1} END {print sum}'))"
echo "BigBlueButton Server $BIGBLUEBUTTON_RELEASE ($(dpkg -l | grep bbb | sed -n '/[0-9].[0-9].[0-9]-1ubuntu/{s/.*ubuntu//;s/;//;p}' | awk '{ sum+=$1} END {print sum}'))"
echo " Kernel version:" `uname -r`

if [ -e /etc/lsb-release ]; then
Expand Down

0 comments on commit 536cf68

Please sign in to comment.