Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
6a3bf133
Commit
6a3bf133
authored
Nov 25, 1999
by
David Byers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped versions in makefiles
parent
b760ea80
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/Makefile
doc/Makefile
+1
-1
release
release
+1
-1
src/Makefile
src/Makefile
+1
-1
No files found.
doc/Makefile
View file @
6a3bf133
...
...
@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
CLIENTVERSION
=
0.46-BETA-
C
CLIENTVERSION
=
0.46-BETA-
D
SHELL
=
/bin/sh
RM
=
rm
-vf
...
...
release
View file @
6a3bf133
...
...
@@ -198,7 +198,7 @@ case $ans in
esac
echo
"Stter symbolisk tag..."
if
(
set
-x
;
cvs tag
"
$tag
"
)
;
then
if
(
set
-x
;
cvs tag
-F
"
$tag
"
)
;
then
echo
"Releasen r symboliskt taggad"
else
ask
"Forststt trots att taggningen inte gick bra"
nej
...
...
src/Makefile
View file @
6a3bf133
...
...
@@ -36,7 +36,7 @@
# makefile too!
#
CLIENTVERSION
=
0.46-BETA-
C
CLIENTVERSION
=
0.46-BETA-
D
DOCFILES
=
NEWS-0.46
DEBIANCLIENTVERSION
=
$(
shell
echo
$(CLIENTVERSION)
|
tr
- .
)
...
...
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