Skip to content

Commit

Permalink
#- Fixed wrong release number for SQL files and version check shell s…
Browse files Browse the repository at this point in the history
…cript.

git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/release/3.5.4@12748 a01eee8c-daba-0310-acae-fa49f3023285
  • Loading branch information
am0s committed Jul 26, 2005
1 parent a8200d1 commit fa921d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/shell/checkversionnumbers.sh
Expand Up @@ -17,7 +17,7 @@ MAJOR=3
MINOR=5
RELEASE=4
# Starts at 1 for the first release in a branch and increases with one
REAL_RELEASE=10
REAL_RELEASE=9
STATE=""
VERSION=$MAJOR"."$MINOR"."$RELEASE""$STATE
VERSION_ONLY=$MAJOR"."$MINOR
Expand Down
4 changes: 2 additions & 2 deletions kernel/sql/common/cleandata.sql
Expand Up @@ -21851,7 +21851,7 @@ INSERT INTO ezsite_data (
value
) VALUES (
'ezpublish-release',
'10'
'9'
);

INSERT INTO ezurl (
Expand Down Expand Up @@ -22574,4 +22574,4 @@ INSERT INTO ezworkflow_group_link (
'Standard',
1,
0
);
);
4 changes: 2 additions & 2 deletions share/db_data.dba
Expand Up @@ -12600,7 +12600,7 @@ keywords=cms, publish, e-commerce, content management, development framework',
1 =>
array (
0 => 'ezpublish-release',
1 => '10',
1 => '9',
),
),
),
Expand Down Expand Up @@ -13170,4 +13170,4 @@ keywords=cms, publish, e-commerce, content management, development framework',
),
);

?>
?>

0 comments on commit fa921d1

Please sign in to comment.