Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
gambas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Custom issue tracker
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Gambas
gambas
Commits
28dbb2db
Commit
28dbb2db
authored
6 years ago
by
gambas
Browse files
Options
Downloads
Patches
Plain Diff
Switch version to 3.12.1.
parent
e179ac8e
No related branches found
No related tags found
No related merge requests found
Pipeline
#42895017
passed
6 years ago
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VERSION
+1
-1
1 addition, 1 deletion
VERSION
version.m4
+3
-3
3 additions, 3 deletions
version.m4
with
4 additions
and
4 deletions
VERSION
+
1
−
1
View file @
28dbb2db
3.1
1
.1
3.1
2
.1
This diff is collapsed.
Click to expand it.
version.m4
+
3
−
3
View file @
28dbb2db
## Package version and e-mail for bugs are defined here
## Package version and e-mail for bugs are defined here
m4_define([GB_VERSION], [3.1
1
.1])
m4_define([GB_VERSION], [3.1
2
.1])
m4_define([GB_MAIL], [gambas@users.sourceforge.net])
m4_define([GB_MAIL], [gambas@users.sourceforge.net])
m4_define([GB_URL], [http://gambas.sourceforge.net])
m4_define([GB_URL], [http://gambas.sourceforge.net])
m4_define([GB_VERSION_MAJOR], [3])
m4_define([GB_VERSION_MAJOR], [3])
m4_define([GB_VERSION_MINOR], [1
1
])
m4_define([GB_VERSION_MINOR], [1
2
])
m4_define([GB_VERSION_RELEASE], [1])
m4_define([GB_VERSION_RELEASE], [1])
m4_define([GB_VERSION_FULL], [0x031
1
0001])
m4_define([GB_VERSION_FULL], [0x031
2
0001])
m4_define([GB_PCODE_VERSION], [0x03080000])
m4_define([GB_PCODE_VERSION], [0x03080000])
m4_define([GB_PCODE_VERSION_MIN],[0x03000000])
m4_define([GB_PCODE_VERSION_MIN],[0x03000000])
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