Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
recipes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pedro Alvarez Piedehierro
recipes
Commits
6f488665
Commit
6f488665
authored
Apr 01, 2017
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.4
parent
58500011
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+1
-1
flatpak/org.gnome.Recipes.json
flatpak/org.gnome.Recipes.json
+1
-1
meson.build
meson.build
+1
-1
No files found.
configure.ac
View file @
6f488665
...
...
@@ -6,7 +6,7 @@ dnl Define Versioning Information
dnl ***********************************************************************
m4_define([major_version],[1])
m4_define([minor_version],[0])
m4_define([micro_version],[
3
])
m4_define([micro_version],[
4
])
m4_define([package_version],[major_version.minor_version.micro_version])
m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=recipes])
m4_define([api_version],[major_version])
...
...
flatpak/org.gnome.Recipes.json
View file @
6f488665
...
...
@@ -63,7 +63,7 @@
{
"type"
:
"git"
,
"url"
:
"git://git.gnome.org/recipes"
,
"branch"
:
"
c0aca70403fc593ebe6fd4bee650c286acaf8c15
"
"branch"
:
"
1.0.4
"
}
]
}
...
...
meson.build
View file @
6f488665
project('gnome-recipes', 'c', version: '1.0.
3
',
project('gnome-recipes', 'c', version: '1.0.
4
',
meson_version : '>=0.36.0')
i18n = import('i18n')
...
...
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