From: Sven Eden Date: Sun, 9 Apr 2017 12:04:20 +0000 (+0200) Subject: Add Code::Blocks project file X-Git-Tag: v227.2^2~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=262c9fba9aab686c210c69bc9a9dc63c2374ad67 Add Code::Blocks project file --- diff --git a/.gitignore b/.gitignore index c77415bff..681fc5697 100644 --- a/.gitignore +++ b/.gitignore @@ -293,8 +293,7 @@ stamp-* /get_build_file_diff.sh elogind_patches.lst /patches/ -/elogind.cbp -/elogind.layout* +/cb/elogind.layout* *.bak /FIXME /create_dist.sh diff --git a/cb/elogind.cbp b/cb/elogind.cbp new file mode 100644 index 000000000..c70afddfd --- /dev/null +++ b/cb/elogind.cbp @@ -0,0 +1,446 @@ + + + + + + diff --git a/configure.ac b/configure.ac index 4757791c7..659853668 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([elogind], - [227], + [227.1], [https://github.com/elogind/elogind/issues], [elogind], [https://github.com/elogind/elogind])