]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
firewall: fix typo.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index a0a5c56efde13904fe381f38bd07b015f4192d72..9817aaba7d930664c7789b44e1c45f1f877eae7e 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,7 +24,7 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.9beta1"                                             # Version number
+VERSION="2.9beta2"                                             # Version number
 CORE="43"                                                      # Core Level (Filename)
 PAKFIRE_CORE="43"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
@@ -684,6 +684,7 @@ buildipfire() {
   ipfiremake imspector
   ipfiremake miniupnpd
   ipfiremake client175
+  ipfiremake powertop
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild