Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Commits
580fca35
Commit
580fca35
authored
1 week ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 1.3.0
parent
78e0090a
Branches
master
Branches containing commit
Tags
1.3.0
1 merge request
!85
Bump version to 1.3.0
Pipeline
#100588
passed
1 week ago
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
580fca35
...
...
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.18)
project
(
mtime
VERSION 1.
2.2
VERSION 1.
3.0
LANGUAGES C Fortran
)
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
580fca35
...
...
@@ -6,7 +6,7 @@
AC_PREREQ([2.69])
LT_PREREQ([2.4.6])dnl
m4_pushdef([mtime_version], [1,
2
,
2
])dnl
m4_pushdef([mtime_version], [1,
3
,
0
])dnl
AC_INIT([mtime],
m4_join([],
m4_argn(1, mtime_version).m4_argn(2, mtime_version).m4_argn(3, mtime_version),
...
...
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