Kaydet (Commit) 11436f58 authored tarafından Colomban Wendling's avatar Colomban Wendling

Post release version bump

Say hello to Geany 1.36 "Poliff"!
üst 2d4f3699
Geany 1.36 (unreleased)
Geany 1.35 (April 28, 2019)
General
......
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60])
AC_INIT([Geany], [1.35],
AC_INIT([Geany], [1.36],
[https://github.com/geany/geany/issues])
AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux])
......
.. |(version)| replace:: 1.35
.. |(version)| replace:: 1.36
.. -*- reStructuredText -*-
=======
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.35.0.0"
version="1.36.0.0"
processorArchitecture="X86"
name="Geany"
type="win32" />
......
#include <windows.h> // include for version info constants
#define VER_FILEVERSION 1,35,0,0
#define VER_FILEVERSION_STR "1.35"
#define VER_FILEVERSION 1,36,0,0
#define VER_FILEVERSION_STR "1.36"
#define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
......
......@@ -41,7 +41,7 @@ G_BEGIN_DECLS
#define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_TAGS_SUBDIR "tags"
#define GEANY_CODENAME "Siralt"
#define GEANY_CODENAME "Poliff"
#define GEANY_HOMEPAGE "https://www.geany.org/"
#define GEANY_WIKI "https://wiki.geany.org/"
#define GEANY_BUG_REPORT "https://www.geany.org/Support/Bugs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment