Jump to 2.1.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1061 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-11-04 19:42:17 +00:00
parent 079afb4b07
commit 7c0736aae0
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd');
$sambasettings{'WORKGRP'} = 'homeip.net';
$sambasettings{'NETBIOSNAME'} = 'IPFire';
$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.0';
$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.1';
$sambasettings{'INTERFACES'} = '';
$sambasettings{'SECURITY'} = 'share';
$sambasettings{'OSLEVEL'} = '33';

View File

@@ -24,7 +24,7 @@
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
VERSION="2.0" # Version number
VERSION="2.1" # Version number
SLOGAN="www.ipfire.org" # Software slogan
CONFIG_ROOT=/var/ipfire # Configuration rootdir
NICE=10 # Nice level

View File

@@ -21,7 +21,7 @@
package Conf;
$version = "2.0";
$version = "2.1";
$mainserver = "pakfire.ipfire.org";