Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
1aeebc95
Commit
1aeebc95
authored
12 years ago
by
Peter Rotich
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/1.7-dpr3' into develop
parents
7dc7fb47
5a365b3f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
WHATSNEW.md
+4
-0
4 additions, 0 deletions
WHATSNEW.md
main.inc.php
+1
-1
1 addition, 1 deletion
main.inc.php
setup/inc/class.setup.php
+2
-2
2 additions, 2 deletions
setup/inc/class.setup.php
with
7 additions
and
3 deletions
WHATSNEW.md
+
4
−
0
View file @
1aeebc95
New stuff in 1.7-dpr3
======================
New stuff in 1.7-dpr2
======================
...
...
This diff is collapsed.
Click to expand it.
main.inc.php
+
1
−
1
View file @
1aeebc95
...
...
@@ -54,7 +54,7 @@
/*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/
#Current version && schema signature (Changes from version to version)
define
(
'THIS_VERSION'
,
'1.7-DPR
2
'
);
//Shown on admin panel
define
(
'THIS_VERSION'
,
'1.7-DPR
3
'
);
//Shown on admin panel
define
(
'SCHEMA_SIGNATURE'
,
'49478749dc680eef08b7954bd568cfd1'
);
//MD5 signature of the db schema. (used to trigger upgrades)
#load config info
...
...
This diff is collapsed.
Click to expand it.
setup/inc/class.setup.php
+
2
−
2
View file @
1aeebc95
...
...
@@ -21,8 +21,8 @@ Class SetupWizard {
'mysql'
=>
'4.4'
);
//Version info - same as the latest version.
var
$version
=
'1.7-dpr
2
'
;
var
$version_verbose
=
'1.7 DPR
2
'
;
var
$version
=
'1.7-dpr
3
'
;
var
$version_verbose
=
'1.7 DPR
3
'
;
//Errors
var
$errors
=
array
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment