summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-09-04 12:59:34 -0300
committerRenato Botelho <renato@netgate.com>2018-09-04 12:59:34 -0300
commit3cdfaf4e174e9aea875fa14e81ea6004cd4d39ac (patch)
treec9892ccf840fae5f32b8be1a159e2415a3aae966 /src/etc
parent2eeeec06d7b8d719a8913c69095675a695305918 (diff)
downloadpfsense-3cdfaf4e174e9aea875fa14e81ea6004cd4d39ac.zip
pfsense-3cdfaf4e174e9aea875fa14e81ea6004cd4d39ac.tar.gz
Welcome pfSense 2.4.4-RC
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/phpshellsessions/gitsync5
-rw-r--r--src/etc/version2
2 files changed, 4 insertions, 3 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index 8c57a45..b4677cc 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -28,13 +28,14 @@ require_once("pfsense-utils.inc");
$GIT_PKG = "git"; // Either "git" or the full package URL
$GIT_BIN= "/usr/local/bin/git";
$GIT_REPO = "git://github.com/pfsense/pfsense.git";
-$DEFAULT_BRANCH = "master";
+$DEFAULT_BRANCH = "RELENG_2_4_4";
$CODIR = "/root/pfsense";
$GITSYNC_MERGE = "/root/.gitsync_merge";
/* NOTE: Set branches here */
$branches = array(
- "master" => "2.4.3 development branch",
+ "master" => "2.4.5 development branch",
+ "RELENG_2_4_4" => "2.4.4 stable branch",
"build_commit" => "The commit originally used to build the image"
);
diff --git a/src/etc/version b/src/etc/version
index d12764d..eb3d005 100644
--- a/src/etc/version
+++ b/src/etc/version
@@ -1 +1 @@
-2.4.4-DEVELOPMENT
+2.4.4-RC
OpenPOWER on IntegriCloud