summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/phpshellsessions/gitsync3
-rw-r--r--src/etc/version2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index fd2b046..8b6750b 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -60,7 +60,7 @@ 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 = "RELENG_2_3";
+$DEFAULT_BRANCH = "RELENG_2_3_4";
$CODIR = "/root/pfsense";
$GITSYNC_MERGE = "/root/.gitsync_merge";
@@ -68,6 +68,7 @@ $GITSYNC_MERGE = "/root/.gitsync_merge";
$branches = array(
"master" => "2.4 development branch",
"RELENG_2_3" => "2.3 development branch",
+ "RELENG_2_3_4" => "2.3.4 stable branch",
"build_commit" => "The commit originally used to build the image"
);
diff --git a/src/etc/version b/src/etc/version
index 529d064..0aa25ee 100644
--- a/src/etc/version
+++ b/src/etc/version
@@ -1 +1 @@
-2.3.4-DEVELOPMENT
+2.3.4-RELEASE
OpenPOWER on IntegriCloud