Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
clsync
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-05-11 20:59:18 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b1b228017f2a758a0bba635409189a19826c2c8
4b1b2280
1 parent
6e335bd7
Version bump: 0.4.1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
configure.ac
main.c
program.h
configure.ac
View file @
4b1b228
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([clsync],[0.4],[Dmitry Yu Okunev <dyokunev@ut.mephi.ru>],,[https://github.com/xaionaro/clsync])
AC_INIT([clsync],[0.4
.1
],[Dmitry Yu Okunev <dyokunev@ut.mephi.ru>],,[https://github.com/xaionaro/clsync])
AC_CONFIG_SRCDIR([sync.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 foreign -Wall -Wno-portability])
...
...
main.c
View file @
4b1b228
...
...
@@ -483,7 +483,7 @@ pid_t fork_helper() {
}
int
version
()
{
info
(
PROGRAM
" v%i.%i"
REVISION
"
\n\t
"
AUTHOR
"
\n\n
Compiled with options"
info
(
PROGRAM
" v%i.%i
.%i
"
REVISION
"
\n\t
"
AUTHOR
"
\n\n
Compiled with options"
#ifdef _DEBUG_SUPPORT
" -D_DEBUG_SUPPORT"
#endif
...
...
@@ -538,7 +538,7 @@ int version() {
#ifdef HL_LOCKS
" -DHL_LOCKS"
#endif
,
VERSION_MAJ
,
VERSION_MIN
);
,
VERSION_MAJ
,
VERSION_MI
D
,
VERSION_MI
N
);
exit
(
0
);
}
...
...
program.h
View file @
4b1b228
...
...
@@ -18,6 +18,7 @@
*/
#define PROGRAM "clsync"
#define VERSION_MAJ 0
#define VERSION_MIN 4
#define VERSION_MAJ 0
#define VERSION_MID 4
#define VERSION_MIN 1
#define AUTHOR "Dmitry Yu Okunev <dyokunev@ut.mephi.ru> 0x8E30679C"
...
...
Please
register
or
login
to post a comment