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

Post-release version bump.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5529 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 6ac26232
......@@ -2,6 +2,9 @@
* *.*:
Update copyright information.
* configure.ac, doc/geany.html, doc/geany.txt, geany.nsi,
geany_private.rc, win32-config.h, wscript, src/geany.h:
Post-release version bump.
2011-01-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
......
......@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl $Id$
AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(geany, 0.20)
AM_INIT_AUTOMAKE(geany, 0.21)
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
......
.. |(version)| replace:: 0.20
.. |(version)| replace:: 0.21
=======
Geany
......
......@@ -33,8 +33,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany"
!define PRODUCT_VERSION "0.20"
!define PRODUCT_VERSION_ID "0.20.0.0"
!define PRODUCT_VERSION "0.21"
!define PRODUCT_VERSION_ID "0.21.0.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_DIR_REGKEY "Software\Geany"
......
......@@ -47,7 +47,7 @@
* listed in the documentation should not be changed */
#define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_CODENAME "Disra"
#define GEANY_CODENAME "Gromia"
#define GEANY_HOMEPAGE "http://www.geany.org/"
#define GEANY_STRING_UNTITLED _("untitled")
#define GEANY_DEFAULT_DIALOG_HEIGHT 350
......
......@@ -314,7 +314,7 @@
/* #undef volatile */
/* Version number of package */
#define VERSION "0.20"
#define VERSION "0.21"
#define REVISION "-1"
......
......@@ -52,7 +52,7 @@ from waflib.TaskGen import feature
APPNAME = 'geany'
VERSION = '0.20'
VERSION = '0.21'
LINGUAS_FILE = 'po/LINGUAS'
top = '.'
......
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