Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matteo Quintiliani
nmxptool
Commits
6f0d3f1d
Commit
6f0d3f1d
authored
Jun 26, 2015
by
Matteo Quintiliani
Browse files
Increment version to 2.1.3-beta1
parent
4aaf9f54
Changes
2
Hide whitespace changes
Inline
Side-by-side
HISTORY
View file @
6f0d3f1d
...
...
@@ -2,6 +2,9 @@
nmxptool Release History
#########################
* Release 2.1.3-beta1 (2015/06/26)
- ...
* Release 2.1.2 (2015/06/26)
- Fixed major bug in small time drifting of packets stored in mini-SEED format.
- Started to fix 'Ubuntu vs. gettimeofday()' issue
...
...
configure.ac
View file @
6f0d3f1d
...
...
@@ -9,9 +9,9 @@ m4_define([full_package_name], [nmxptool])
dnl These three define the plug-in version number
m4_define([major_version], [2])
m4_define([minor_version], [1])
m4_define([micro_version], [
2
])
m4_define([micro_version], [
3
])
# Comment build_version for stable release
#
m4_define([build_version], [
rc2
])
m4_define([build_version], [
beta1
])
m4_ifdef([build_version], [
m4_define([version],
...
...
Write
Preview
Supports
Markdown
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