Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
a37a0e59
Commit
a37a0e59
authored
Jan 05, 2016
by
Matthias Braun
Browse files
Prepare for 1.22.1
parent
39870dde
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a37a0e59
...
...
@@ -7,7 +7,7 @@ if(POLICY CMP0063)
endif
()
project
(
libfirm C
)
set
(
libfirm_VERSION
"1.22.
0
"
)
set
(
libfirm_VERSION
"1.22.
1
"
)
set
(
PROJECT_DESCRIPTION
"library implementing the intermediate representation Firm"
)
set
(
CMAKE_C_VISIBILITY_PRESET hidden
)
...
...
NEWS.md
View file @
a37a0e59
libFirm 1.22.1 (2014-01-07)
---------------------------
*
Fix cmake/make build
libFirm 1.22.0 (2015-12-31)
---------------------------
*
Improved PIC support, linux/elf is now supported
...
...
ir/common/version.h
View file @
a37a0e59
#define libfirm_VERSION_MAJOR 1
#define libfirm_VERSION_MINOR 22
#define libfirm_VERSION_MICRO
0
#define libfirm_VERSION_MICRO
1
support/make_release.sh
View file @
a37a0e59
...
...
@@ -15,7 +15,7 @@ fi
WORKDIR
=
"release"
VERSION_MAJOR
=
"1"
VERSION_MINOR
=
"22"
VERSION_MICRO
=
"
0
"
VERSION_MICRO
=
"
1
"
VERSION
=
"
${
VERSION_MAJOR
}
.
${
VERSION_MINOR
}
.
${
VERSION_MICRO
}
"
RELEASEFILE
=
"build/libfirm-
$VERSION
.tar.bz2"
VERSIONFILE
=
"ir/common/version.h"
...
...
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