Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
ea008514
Commit
ea008514
authored
Jul 27, 2010
by
Benjamin Eberlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped Version after release of DBAL 2.0.0BETA3
parent
ce1e5f0f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
build.properties.dev
build.properties.dev
+1
-1
build.xml
build.xml
+2
-1
Version.php
lib/Doctrine/DBAL/Version.php
+1
-1
No files found.
build.properties.dev
View file @
ea008514
version_name=2.0.0BETA
2
version_name=2.0.0BETA
3
stability=beta
stability=beta
build.dir=build
build.dir=build
dist.dir=dist
dist.dir=dist
...
...
build.xml
View file @
ea008514
...
@@ -140,12 +140,13 @@
...
@@ -140,12 +140,13 @@
<lead
user=
"jwage"
name=
"Jonathan H. Wage"
email=
"jonwage@gmail.com"
/>
<lead
user=
"jwage"
name=
"Jonathan H. Wage"
email=
"jonwage@gmail.com"
/>
<lead
user=
"guilhermeblanco"
name=
"Guilherme Blanco"
email=
"guilhermeblanco@gmail.com"
/>
<lead
user=
"guilhermeblanco"
name=
"Guilherme Blanco"
email=
"guilhermeblanco@gmail.com"
/>
<lead
user=
"romanb"
name=
"Roman Borschel"
email=
"roman@code-factory.org"
/>
<lead
user=
"romanb"
name=
"Roman Borschel"
email=
"roman@code-factory.org"
/>
<lead
user=
"beberlei"
name=
"Benjamin Eberlei"
email=
"kontakt@beberlei.de"
/>
<license>
LGPL
</license>
<license>
LGPL
</license>
<version
release=
"${version}"
api=
"${version}"
/>
<version
release=
"${version}"
api=
"${version}"
/>
<stability
release=
"${stability}"
api=
"${stability}"
/>
<stability
release=
"${stability}"
api=
"${stability}"
/>
<notes>
-
</notes>
<notes>
-
</notes>
<dependencies>
<dependencies>
<php
minimum_version=
"5.3.
0
"
/>
<php
minimum_version=
"5.3.
2
"
/>
<pear
minimum_version=
"1.6.0"
recommended_version=
"1.6.1"
/>
<pear
minimum_version=
"1.6.0"
recommended_version=
"1.6.1"
/>
</dependencies>
</dependencies>
<dirroles
key=
"bin"
>
script
</dirroles>
<dirroles
key=
"bin"
>
script
</dirroles>
...
...
lib/Doctrine/DBAL/Version.php
View file @
ea008514
...
@@ -36,7 +36,7 @@ class Version
...
@@ -36,7 +36,7 @@ class Version
/**
/**
* Current Doctrine Version
* Current Doctrine Version
*/
*/
const
VERSION
=
'2.0.0BETA
3
-DEV'
;
const
VERSION
=
'2.0.0BETA
4
-DEV'
;
/**
/**
* Compares a Doctrine version with the current one.
* Compares a Doctrine version with the current one.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment