Kaydet (Commit) ca16aff4 authored tarafından Enrico Tröger's avatar Enrico Tröger

Post release version bump

Say hello to Geany 1.33 "Gorgon"!
üst 80f33c80
Geany 1.33 (unreleased)
Geany 1.32 (November 19, 2017) Geany 1.32 (November 19, 2017)
General General
......
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_INIT([Geany], [1.32], AC_INIT([Geany], [1.33],
[https://github.com/geany/geany/issues]) [https://github.com/geany/geany/issues])
AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
......
.. |(version)| replace:: 1.32 .. |(version)| replace:: 1.33
.. -*- reStructuredText -*- .. -*- reStructuredText -*-
======= =======
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity <assemblyIdentity
version="1.32.0.0" version="1.33.0.0"
processorArchitecture="X86" processorArchitecture="X86"
name="Geany" name="Geany"
type="win32" /> type="win32" />
......
#include <windows.h> // include for version info constants #include <windows.h> // include for version info constants
#define VER_FILEVERSION 1,32,0,0 #define VER_FILEVERSION 1,33,0,0
#define VER_FILEVERSION_STR "1.32" #define VER_FILEVERSION_STR "1.33"
#define APP_MANIFEST 1 #define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico" A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
......
...@@ -42,7 +42,7 @@ G_BEGIN_DECLS ...@@ -42,7 +42,7 @@ G_BEGIN_DECLS
#define GEANY_FILEDEFS_SUBDIR "filedefs" #define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates" #define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_TAGS_SUBDIR "tags" #define GEANY_TAGS_SUBDIR "tags"
#define GEANY_CODENAME "Bemos" #define GEANY_CODENAME "Gorgon"
#define GEANY_HOMEPAGE "http://www.geany.org/" #define GEANY_HOMEPAGE "http://www.geany.org/"
#define GEANY_WIKI "http://wiki.geany.org/" #define GEANY_WIKI "http://wiki.geany.org/"
#define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs" #define GEANY_BUG_REPORT "http://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