Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Gaël Bonithon
mousepad
Commits
eb0dd0e2
Commit
eb0dd0e2
authored
Oct 26, 2008
by
Olivier Fourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update for 4.4.3 release
(Old svn revision: 28452)
parent
a46d34e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
INSTALL
INSTALL
+4
-1
configure.in.in
configure.in.in
+1
-1
No files found.
INSTALL
View file @
eb0dd0e2
...
...
@@ -2,7 +2,7 @@ Installation Instructions
*************************
Copyright
(
C
)
1994
,
1995
,
1996
,
1999
,
2000
,
2001
,
2002
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
2006
,
2007
Free
Software
Foundation
,
Inc
.
This
file
is
free
documentation
;
the
Free
Software
Foundation
gives
unlimited
permission
to
copy
,
distribute
and
modify
it
.
...
...
@@ -67,6 +67,9 @@ The simplest way to compile this package is:
all
sorts
of
other
programs
in
order
to
regenerate
files
that
came
with
the
distribution
.
6.
Often
,
you
can
also
type
`
make
uninstall
' to remove the installed
files again.
Compilers and Options
=====================
...
...
configure.in.in
View file @
eb0dd0e2
...
...
@@ -9,7 +9,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([mp_version_major], [0])
m4_define([mp_version_minor], [2])
m4_define([mp_version_micro], [1
3
])
m4_define([mp_version_micro], [1
4
])
m4_define([mp_version_build], [r@REVISION@])
m4_define([mp_version_tag], [])
m4_define([mp_version], [mp_version_major().mp_version_minor().mp_version_micro()ifelse(mp_version_tag(), [svn], [mp_version_tag()-mp_version_build()], [mp_version_tag()])])
...
...
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