Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-daemon
Commits
9eeb9303
Commit
9eeb9303
authored
19 years ago
by
jpbl
Browse files
Options
Downloads
Patches
Plain Diff
moved sflphone version macro to global.h
parent
0f57b097
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
src/global.h
+3
-0
3 additions, 0 deletions
src/global.h
with
5 additions
and
2 deletions
configure.ac
+
2
−
2
View file @
9eeb9303
...
...
@@ -3,7 +3,7 @@ AC_INIT(acinclude.m4)
AM_CONFIG_HEADER(config.h)
dnl figure out the sflphone version
VERSION=`sed -ne 's/^#define SFLPHONE_VERSION "\(.*\)"/\1/p' ${srcdir}/s
flphone
.h`
VERSION=`sed -ne 's/^#define SFLPHONE_VERSION "\(.*\)"/\1/p' ${srcdir}/s
rc/global
.h`
AC_SUBST(VERSION)
...
...
@@ -14,7 +14,7 @@ AC_SUBST(RPM_VERSION)
LIBS="$LIBS -lstdc++"
dnl
dnl we extract the numerical version
VERSIONNUM=`sed -ne 's/^#define SFLPHONE_VERSION_NUM 0x\(\\d\)/\1/p' ${srcdir}/s
flphone
.h`
VERSIONNUM=`sed -ne 's/^#define SFLPHONE_VERSION_NUM 0x\(\\d\)/\1/p' ${srcdir}/s
rc/global
.h`
AC_SUBST(VERSIONNUM)
dnl
...
...
This diff is collapsed.
Click to expand it.
src/global.h
+
3
−
0
View file @
9eeb9303
...
...
@@ -34,6 +34,9 @@ typedef short int16;
#define _debug(...)
#endif
#define SFLPHONE_VERSION "0.3.0"
#define SFLPHONE_VERSION_NUM 0x000300
#define PROGNAME "sflphone"
#define SKINDIR "skins"
#define PIXDIR "pixmaps"
...
...
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